Reputation: 3674
I want 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.
Upvotes: 3
Views: 6791
Reputation: 170479
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.
Upvotes: 2
Reputation: 57764
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.
Upvotes: 1