Add existing item, compile is disabled
Visual Studio
1
Posts
1
Posters
2
Views
1
Watching
-
In VC++, if you add an existing source file (or .h/.cpp pair) to a project, the compile command under the build menu (and the ctrl+F7 hot key) aren't enabled. You can right click on the .cpp file in the source tree and compile it that way. A full solution build works. The only way I've found to fix the problem is to delete the .suo (solution options) file. Gary R. Wheeler