As Alex suggests find devenv.exe
and run it . when search for devenv.exe
then I found it\'s there . When I run this file getting error \"cannot
Was facing the same issue with VSExpress 2015 (win 10). Fixed the problem by removing the registry key in
[HKEY_CURRENT_USER\Software\Microsoft\WindowsNT\CurrentVersion\ AppCompatFlags\Layers]
Refer the link for more details http://maditguy72.blogspot.ru/2013/06/cannot-find-one-or-more-components.html
No need to reinstall just reset devenv data…
cd c:\program files\microsoft visual studio 15.0\common7\ide
devenv.exe /resetuserdata
Run VS2013/12 with administrator rights.
It will work fine.