Visual Studio 2017 C ++ win32 console project template

I am in Visual Studio Community 2017 v. 15.3.1, and I cannot find a Win32 console application or a Win32 project. Still have an empty C ++ project template and a Windows Console application template. On the start page, I still have a winning 32 console project, but if I click it, I get an invitation to remove it from the list

EDIT: I am currently setting the following workloads:

  • Universal Windows Platform
  • Net Desktop Development
  • Desktop Development with C ++
  • Game development with C ++
  • Developing Visual Studio Extensions I have not made changes to the workload configuration without adding a few additional components.

I played with the installer for a while, but I can’t figure out which package I need for this. Any suggestions?

+6
source share
1 answer

New updated changed some things. Go to file → new project → visual C ++ → Windows desktop → Windows desktop wizard → select whatever you want

If you have not installed C ++ (not specified by default, as indicated above), look here

+16
source

All Articles