Cannot change Visual Studio 2015 -
i using visual studio 2015 community edition, , need add c++ it. vs doesn't let me add it. in fact, doesn't let me change control panel, either. cannot uninstall it. every time, following:
setup blocked
the computer needs restarted before setup can continue
could please help?
visual studio not come installed c++ default. visit microsoft link below see if helps.
https://msdn.microsoft.com/en-us/library/60k1461a.aspx
if above linked information not solve issue, ensure have rebooted pc. not libraries functional until reboot. also, provide os. visual studio can temperamental depending on windows version.
as uninstall issue, can force uninstall via elevated command prompt. enter code below , change c: appropriate drive have visual studio on.
c:\vs_community.exe /uninstall /force
Comments
Post a Comment