简体   繁体   中英

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.

Where is it? How can I add it?

在此处输入图片说明

As per the MSDN article: Visual C++ in Visual Studio 2015

In Visual Studio 2015, Visual C++ is not installed by default. When installing, be sure to choose Custom installation and then choose the C++ components you require. Or, if Visual Studio is already installed, choose File | New | Project | C++ and you will be prompted to install the necessary components.

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.

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.

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