I want to compile some open source C into a x64 dll for azure.
I have Visual Studio Professional, but only C# and F# are showing up in project templates, no C++.
How do I get C or C++ project templates to show up?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
If you have installed support for C++ you’ll see the templates under Other languages in the new project window (That if you didn’t set your environment for C++ development during the first run)
Otherwise you have to run VS2010 setup again and install VC++ support