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.
how to create project for native c++ executable in visual studio 2012. In previous
Share
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.