I want开发者_StackOverflow to create a C++ project in Visual studio 2010 but I don't see any template for a C++ project. All I see is visual c# templates. Please let me know how to enable c++ support in visual studio 2010.
You likely have Visual Studio installed without the C++ compiler. You have to start the installer and alter the installation so that C++ compiler is installed.
You probably need to reinstall it. During installation there is a choice of languages and features. Probably C++ was not chosen when it was installed on your system.
精彩评论