Visual Studio 2017 no template

1

VS2017 is installed, but the 'Blank Solution' templates do not appear. I tried uninstalling and reinstalling without success. Has anyone ever been in this situation?

Picture:

    
asked by anonymous 31.10.2017 / 02:57

2 answers

0

Thanks for the answers. They helped a lot like palliative but they did not solve definitively. After I opened a bug in microsoft they could not resolve it, but then I upgraded to the last released version recently it came back up.

    
05.01.2018 / 02:29
2

You need to install by the Visual Studio installer.

Clickthe"Workload" tab in the upper left corner, then check the ".NET-Desktop Development" right corner and click Install. Note that this can change the size of your installation (bottom right corner), and you can install other Workloads, but you must install at least ".NET-Desktop Development".

Ifthisisdoneyoustillcannotseethetemplates,thenVisualStudioisprobablytakingthetemplatesfromyourcustomtemplatesandnotinstalled.Toresolvethis,copythefolderfromtheinstalledtemplatesforcustom.

Installedfolder:"C: \ Program Files (x86) \ Microsoft Visual Studio 14.0 \ Common7 \ IDE \ ProjectTemplates"

Custom Folder: "C: \ Users \ Documents \ Visual Studio 2017 \ Templates \ ProjectTemplates"

Source: Stack

    
31.10.2017 / 12:54