简体   繁体   中英

how to use c++ from visual studio 2010 professional - I only see templates for c# and F#

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?

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)

VS2010安装了VC ++的New Project窗口

Otherwise you have to run VS2010 setup again and install VC++ support

在此输入图像描述

You need to re-run the Visual Studio installer and modify the installed packages; select the Visual C++ packages for installation, and once the installer completes, they will be available.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM