I have a Visual Studio project with about 60 C++ source files. I can do a build, and it completes without errors. But if I immediately hit F7 again, it always re-compiles about
It seems that this problem can be caused by many things, but what fixed it for me was:
bin and obj folders (Clean doesn't seem to do the trick)Note: This was for a C# program in Visual Studio 2010.