M BUZZ CRAZE NEWS
// general

How to add back '"Microsoft Foundation Classes for C++' in Visual Studio

By Joseph Russell

I have installed Visual Studio 2013 on my desktop. But when I install it, I don't have 'Microsoft Foundation Classes for C++' checked when I installed. How can I add that library/functionalities back without uninstall VS and re-install it again?

Thank you.

2

1 Answer

These exact instructions are Windows 7-centric, but basically hold true for all versions of windows.

  1. Go to Windows' Control Panel -> Add/Remove Programs.
  2. Located Visual Studio's entry and highlight it.
  3. Click "Change".
  4. Once the VS setup opens, choose "Modify".

enter image description here

  1. Check-mark "Microsoft Foundation Classes for C++", and/or whichever other features you'd like to add or remove.
  2. Click "Update" and follow the prompts to complete the setup wizard.

Your Answer

Sign up or log in

Sign up using Google Sign up using Facebook Sign up using Email and Password

Post as a guest

By clicking “Post Your Answer”, you agree to our terms of service, privacy policy and cookie policy