简体   繁体   English

vs Express 2015中看不到C ++模板

[英]c++ template not see in vs express 2015

I am trying to create a new c++ project in Visual Studio 2015, but I don't see the c++ project template in the new project dialog in Visual Studio. 我试图在Visual Studio 2015中创建一个新的c ++项目,但在Visual Studio的新项目对话框中看不到c ++项目模板。

Where is it? 它在哪里? How can I add it? 如何添加?

在此处输入图片说明

As per the MSDN article: Visual C++ in Visual Studio 2015 根据MSDN文章: Visual Studio 2015中的Visual C ++

In Visual Studio 2015, Visual C++ is not installed by default. 在Visual Studio 2015中,默认情况下未安装Visual C ++。 When installing, be sure to choose Custom installation and then choose the C++ components you require. 安装时,请确保选择“自定义安装”,然后选择所需的C ++组件。 Or, if Visual Studio is already installed, choose File | 或者,如果已经安装了Visual Studio,请选择“文件” New | 新增| Project | 项目| C++ and you will be prompted to install the necessary components. C ++,系统将提示您安装必要的组件。

You can change what components of Visual Studio is installed by running the installer again, or going to Program and Features option in the Windows Control Panel. 您可以通过再次运行安装程序或转到Windows“控制面板”中的“程序和功能”选项来更改要安装Visual Studio的组件。

If you have installed it already, as your screenshot is in Korean, I cannot tell you where the project template is on your screen, but it usually found in the Other Languages section of the installed templates list. 如果您已经安装了它,因为您的屏幕截图是韩语,我无法告诉您项目模板在屏幕上的位置,但是通常可以在已安装模板列表的“其他语言”部分中找到它。 在此处输入图片说明

Update : Wild guess, but by matching up your screenshot with mine, I would say you would be looking at the Recent templates list instead of the Installed. 更新 :疯狂的猜测,但是通过将您的屏幕截图与我的截图进行匹配,我想您会看到的是“ 最近使用的模板”列表,而不是“ 已安装”列表

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

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