简体   繁体   English

如何使用visual studio 2010专业版的c ++ - 我只看到c#和F#的模板

[英]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. 我想将一些开源C编译成一个x64 dll用于azure。

I have Visual Studio Professional, but only C# and F# are showing up in project templates, no C++. 我有Visual Studio Professional,但只有C#和F#出现在项目模板中,没有C ++。

How do I get C or C++ project templates to show up? 如何显示C或C ++项目模板?

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) 如果您已经安装了对C ++的支持,您将在新项目窗口中看到其他语言下的模板(如果您没有在第一次运行期间为C ++开发设置环境)

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

Otherwise you have to run VS2010 setup again and install VC++ support 否则,您必须再次运行VS2010安装程序并安装VC ++支持

在此输入图像描述

You need to re-run the Visual Studio installer and modify the installed packages; 您需要重新运行Visual Studio安装程序并修改已安装的软件包; select the Visual C++ packages for installation, and once the installer completes, they will be available. 选择Visual C ++包进行安装,安装程序完成后,它们将可用。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 如何在Visual Studio 2010中构建这个简单的C ++ / SWIG / C#项目? - How can I build this simple C++/SWIG/C# project in Visual Studio 2010? 在Visual Studio 2010中使用C ++ iostream - Use C++ iostream in Visual Studio 2010 如何将Visual Studio 2010与Visual C ++ 2008编译器一起使用? - How can I use Visual Studio 2010 with the Visual C++ 2008 compiler? Visual Studio 2010 C ++中的自定义项目模板 - Custom item templates in Visual Studio 2010 C++ 如何将项目从Visual C ++ 6.0转换为Visual Studio Express 2010? - How can I convert a Project from Visual C++ 6.0 to Visual Studio Express 2010? Visual Studio 2010 C ++调试器-无法查看数据 - Visual Studio 2010 C++ debugger — cannot see data 我可以从使用 Visual Studio 2017 构建的 C++ 程序中使用 Access Database Engine 2010 吗? - Can I use the Access Database Engine 2010 from a C++ program built with Visual Studio 2017? 在Visual Studio 2010 Professional for C ++ Windows窗体应用程序下更改启动窗体 - Change startup form under Visual Studio 2010 Professional for C++ Windows Form Application Intellisense“切换完成模式”不适用于Visual Studio 2010 Professional中的C ++ - Intellisense “Toggle Completion Mode” doesn't work with C++ in Visual Studio 2010 Professional 如何在Visual Studio 2010 c ++项目中使用System.Net命名空间? - How can I use the System.Net namespace into a Visual Studio 2010 c++ project?
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM