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?
source
share