Cannot create C ++ projects in VS 2013 community

After I selected "Win32 Console Application" or "Win32 Project" and went through the wizard, I got an empty solution. And again the "New Project" dialog box appeared:

http://i.stack.imgur.com/87VOf.png

When I tried project types in the CLR category, I received an error message:

error

It talks about access to the OLE registry.

But Windows Store C ++ application projects and other languages ​​work great.

I have tried:

  • Use the recovery function provided by the installer.
  • Run vs_community.exe /uninstall /forceand reinstall it.
  • Delete the directory in ProjectTemplatesCacheand ItemTemplatesCachein C:\Program Files (x86)\Microsoft Visual Studio 12.0\Common7\IDEand run devenvto install them again.
  • Run as administrator and disable security programs.
+4
1

, , , , .

OLE, -, Windows. , VS, , VS ( exe, , exe). .

0

Source: https://habr.com/ru/post/1598046/


All Articles