5

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.

n179911
  • 3,673

1 Answers1

10

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.