After I chose "Win32 Console Application" or "Win32 Project" and went through the wizard, I got an empty solution. And the "New Project" dialog poped up again:
When I tried the project types under the CLR category, I got an error:
It says something about accessing the OLE system registry.
But Windows Store C++ Application projects and other languages work just fine.
I've tried to:
- Use the repair function provided by the installer.
- Run
vs_community.exe /uninstall /force
and reinstall it. - Delete the
ProjectTemplatesCache
andItemTemplatesCache
directory inC:\Program Files (x86)\Microsoft Visual Studio 12.0\Common7\IDE
and rundevenv
to install them again. - Run as Administrator and turn off security softwares.