visual studio - Cannot create C++ projects in VS 2013 community -


after chose "win32 console application" or "win32 project" , went through wizard, got empty solution. , "new project" dialog poped again:

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

when tried project types under clr category, got error:

error

it says accessing ole system registry.

but windows store c++ application projects , other languages work fine.

i've tried to:

  • use repair function provided installer.
  • run vs_community.exe /uninstall /force , reinstall it.
  • delete projecttemplatescache , itemtemplatescache directory in c:\program files (x86)\microsoft visual studio 12.0\common7\ide , run devenv install them again.
  • run administrator , turn off security softwares.

i have put in comments apparently need more reputation points comment answer.

i had ole system registry error, mine occurred in different way tied windows updates. fixed when uninstalled vs, installed updates, restarted computer, , re-installed vs(if installing exe , not disc make sure re-download exe). solve problem me.


Comments

Popular posts from this blog

Android : Making Listview full screen -

javascript - Parse JSON from the body of the POST -

javascript - Chrome Extension: Interacting with iframe embedded within popup -