Hi guys,
This is really annoying. When I clean and rebuild VS does something like this:
1>------ Rebuild All started: Project: Castle, Configuration: Debug Win32 ------
1> StdAfx.cpp
1> Vector.cpp
...
...
1> Generating Code...
1> Compiling...
1> Bitmap.cpp
1> Generating Code...
1> Castle.vcxproj -> C:\Code\Projects\Castle\Debug\Castle.exe
Notice how it compiles, then generates code, then compiles (usually one or two) more files, then generates code again. Why is it doing that ? In other projects is doesn't and I can't see any difference between them, I've tried a lot of things.
Thanks.
↧