Hi rizahmed,
Sounds VS should be reset.
Could you please check your C:\ drive first? Can you manually open that folder yourself?
What if you open VS with admin privilege?
If you can be sure your C:\ dirve do not have permisssion error and files haven't missed, try repair VS from control panel and to the following to reset VS:
Please open an administrative CMD window and navigate to C:\Program Files (x86)\Microsoft Visual Studio 11.0\Common7\IDE and run these commands:
1.devenv.exe /safemode
2.devenv.exe /resetskippkgs
3.devenv.exe /installvstemplates
4.devenv.exe /resetsettings
5.devenv.exe /resetuserdata
Note that the above steps are unrelated and so checking if your issue has been resolved, after every step may help you save time on steps that were not required!
Regards,
Barry Wang
MSDN Community Support | Feedback to us
Develop and promote your apps in Windows Store
Please remember to mark the replies as answers if they help and unmark them if they provide no help.