Why is the Compile menu option is grayed out in my Visual Studio C++ makefile project? -


so poking around c++ makefile projects using "visual studio 2012".
grasped concept of creating proper makefile (file) , integrating in visual studio ide in order build/clean project using gui menu options, without command line.

the problem have compile single file through menu option: build->compile (or keys combination ctrl+f7 in case) disabled (grayed out) reason.

so first off know if behavior standard c++ makefile projects using visual studio or might missing out.
in case compile menu option should enabled, know how setup makefile project correspondingly.


Comments

Popular posts from this blog

java - pagination of xlsx file to XSSFworkbook using apache POI -

Unlimited choices in BASH case statement -

apache - How do I stop my index.php being run twice for every user -