1
You need to install from the Visual Studio installer.
Click the "Workload" tab in the upper left corner, then tick the right ". NET-Desktop Development" and click Install. Note that this can modify the size of your installation (Bottom Right), and you can install other Workloads, but you must install at least the ". NET-Desktop Development".
If you still can’t see the templates, then Visual Studio is probably taking the templates from your "Custom Templates" and not installed. To resolve this, copy the folder of the installed templates to the custom.
Installed Folder: "C: Program Files (x86) Microsoft Visual Studio 14.0 Common7 IDE Projecttemplates"
Custom Folder: "C: Users Documents Visual Studio 2017 Projecttemplates"
Source: Stack
You chose some kind of project in the installer?
– Renato Afonso
Yes I chose '.NET desktop Development', among others. but no template appeared.
– PachecoDt
After several tests, I was able to appear I installed VS2015 and copied the folder 'Projecttemplates' and pasted on VS2017, but it doesn’t seem right, as if something was missing.
– PachecoDt