问题
how to create project for native c++ executable in visual studio 2012. In previous version New Project -> Visual C++ -> Win32 Project. I installed msvc 2012 RC and can't find anything like that.
回答1:
What you see when you open the new project dialog depends on what setting you chose when you loaded VS for the first time. If you chose something other than C++ or General Development settings, C++ will be hidden by default. Then you may have to expand "Other Languages" to see it.
If you chose C++ or General Development settings, however, you should see Visual C++ as on option in the new project dialog. There will be Visual C++ -> Win32 Console Application.
回答2:
File -> New Project -> Installed -> Templates -> Other Languages -> Visual C++ -> Win32 Project )))
来源:https://stackoverflow.com/questions/10917609/how-to-create-project-for-native-c-executable-in-visual-studio-2012