Problem:
The original visual Studio 2015 Pro version, unlike the previous version, cannot find a Win32 template in a new project, so how can I create a new Win32 project and a Win32 console application? Let's look at the following:
Solve:
1, add the method is to click on the new project interface shown below Visual C + + windows, and then click on the right side of the "Install Universal Windows Platform Tools", pop Up the following dialog box, click "Install":
2, if the current visual Studio 2015 is open, you will be prompted to close it to reduce the use of resources, click Continue:
3, as shown, tick all installed functional components, it is recommended to check all of them, and click "Next":
4. Click "Update"
5. Select the Third radio button and navigate to the location of the installation package:
... \cn_visual_studio_professional_2015_x86_x64_dvd_6846645\packages\vcredistd14\debug\x86\vc_runtimedebug_ X86.msi, click Retry, such as:
6. Installation process:
7. After the installation is complete, create a new project →visual c++→win32→win32 the console application:
8. Program Wizard:
9. Select Console Application + Empty project:
10. Menu bar item → Add New item →visual c++→c++ file (. cpp), if you add a C file, simply change the suffix name to. C:
Copyright NOTICE: This article for Bo Master original article, without Bo Master permission not reproduced.
Visual Studio 2015 Pro creates Win32 console applications, c,c++ source files