Install C and C++ support in Visual Studio (2024)

Edit

Share via

  • Article

If you haven't downloaded and installed Visual Studio and the Microsoft C/C++ tools yet, here's how to get started.

Visual Studio 2022 Installation

Welcome to Visual Studio 2022! In this version, it's easy to choose and install just the features you need. And because of its reduced minimum footprint, it installs quickly and with less system impact.

Note

This topic applies to installation of Visual Studio on Windows. Visual Studio Code is a lightweight, cross-platform development environment that runs on Windows, Mac, and Linux systems. The Microsoft C/C++ for Visual Studio Code extension supports IntelliSense, debugging, code formatting, auto-completion. Visual Studio for Mac doesn't support Microsoft C++, but does support .NET languages and cross-platform development. For installation instructions, see Install Visual Studio for Mac.

Want to know more about what else is new in this version? See the Visual Studio release notes.

Ready to install? We walk you through it, step-by-step.

Step 1 - Make sure your computer is ready for Visual Studio

Before you begin installing Visual Studio:

  1. Check the system requirements. These requirements help you know whether your computer supports Visual Studio 2022.

  2. Apply the latest Windows updates. These updates ensure that your computer has both the latest security updates and the required system components for Visual Studio.

  3. Reboot. The reboot ensures that any pending installs or updates don't hinder the Visual Studio install.

  4. Free up space. Remove unneeded files and applications from your %SystemDrive% by, for example, running the Disk Cleanup app.

For questions about running previous versions of Visual Studio side by side with Visual Studio 2022, see the Visual Studio 2022 Platform Targeting and Compatibility page.

Step 2 - Download Visual Studio

Next, download the Visual Studio bootstrapper file. To do so, choose the following button to go to the Visual Studio download page. Select the edition of Visual Studio that you want and choose the Free trial or Free download button.

Download Visual Studio

Step 3 - Install the Visual Studio installer

Run the bootstrapper file you downloaded to install the Visual Studio Installer. This new lightweight installer includes everything you need to both install and customize Visual Studio.

  1. From your Downloads folder, double-click the bootstrapper that matches or is similar to one of the following files:

    • vs_community.exe for Visual Studio Community
    • vs_professional.exe for Visual Studio Professional
    • vs_enterprise.exe for Visual Studio Enterprise

    If you receive a User Account Control notice, choose Yes to allow the bootstrapper to run.

  2. We ask you to acknowledge the Microsoft License Terms and the Microsoft Privacy Statement. Choose Continue.

Step 4 - Choose workloads

After the installer is installed, you can use it to customize your installation by selecting the workloads, or feature sets, that you want. Here's how.

  1. Find the workload you want in the Installing Visual Studio screen.

    For core C and C++ support, choose the "Desktop development with C++" workload. It comes with the default core editor, which includes basic code editing support for over 20 languages, the ability to open and edit code from any folder without requiring a project, and integrated source code control.

    Other workloads support more kinds of development. For example, choose the "Universal Windows Platform development" workload to create apps that use the Windows Runtime for the Microsoft Store. Choose "Game development with C++" to create games that use DirectX, Unreal, and Cocos2d. Choose "Linux development with C++" to target Linux platforms, including IoT development.

    The Installation details pane lists the included and optional components installed by each workload. You can select or deselect optional components in this list. For example, to support development by using the Visual Studio 2017 or 2015 compiler toolsets, choose the MSVC v141 or MSVC v140 optional components. You can add support for MFC, the experimental Modules language extension, IncrediBuild, and more.

  2. After you choose the workload(s) and optional components you want, choose Install.

    Next, status screens appear that show the progress of your Visual Studio installation.

Tip

At any time after installation, you can install workloads or components that you didn't install initially. If you have Visual Studio open, go to Tools > Get Tools and Features... which opens the Visual Studio Installer. Or, open Visual Studio Installer from the Start menu. From there, you can choose the workloads or components that you wish to install. Then, choose Modify.

Step 5 - Choose individual components (Optional)

If you don't want to use the Workloads feature to customize your Visual Studio installation, or you want to add more components than a workload installs, you can do so by installing or adding individual components from the Individual components tab. Choose what you want, and then follow the prompts.

Step 6 - Install language packs (Optional)

By default, the installer program tries to match the language of the operating system when it runs for the first time. To install Visual Studio in a language of your choosing, choose the Language packs tab from the Visual Studio Installer, and then follow the prompts.

Change the installer language from the command line

Another way that you can change the default language is by running the installer from the command line. For example, you can force the installer to run in English by using the following command: vs_installer.exe --locale en-US. The installer will remember this setting when it's run the next time. The installer supports the following language tokens: zh-cn, zh-tw, cs-cz, en-us, es-es, fr-fr, de-de, it-it, ja-jp, ko-kr, pl-pl, pt-br, ru-ru, and tr-tr.

Step 7 - Change the installation location (Optional)

You can reduce the installation footprint of Visual Studio on your system drive. You can choose to move the download cache, shared components, SDKs, and tools to different drives, and keep Visual Studio on the drive that runs it the fastest.

Important

You can select a different drive only when you first install Visual Studio. If you've already installed it and want to change drives, you must uninstall Visual Studio and then reinstall it.

Step 8 - Start developing

  1. After Visual Studio installation is complete, choose the Launch button to get started developing with Visual Studio.

  2. On the start window, choose Create a new project.

  3. In the search box, enter the type of app you want to create to see a list of available templates. The list of templates depends on the workload(s) that you chose during installation. To see different templates, choose different workloads.

    You can also filter your search for a specific programming language by using the Language drop-down list. You can filter by using the Platform list and the Project type list, too.

  4. Visual Studio opens your new project, and you're ready to code!

Visual Studio 2019 Installation

Welcome to Visual Studio 2019! In this version, it's easy to choose and install just the features you need. And because of its reduced minimum footprint, it installs quickly and with less system impact.

Note

This topic applies to installation of Visual Studio on Windows. Visual Studio Code is a lightweight, cross-platform development environment that runs on Windows, Mac, and Linux systems. The Microsoft C/C++ for Visual Studio Code extension supports IntelliSense, debugging, code formatting, auto-completion. Visual Studio for Mac doesn't support Microsoft C++, but does support .NET languages and cross-platform development. For installation instructions, see Install Visual Studio for Mac.

Want to know more about what else is new in this version? See the Visual Studio release notes.

Ready to install? We walk you through it, step-by-step.

Step 1 - Make sure your computer is ready for Visual Studio

Before you begin installing Visual Studio:

  1. Check the system requirements. These requirements help you know whether your computer supports Visual Studio 2019.

  2. Apply the latest Windows updates. These updates ensure that your computer has both the latest security updates and the required system components for Visual Studio.

  3. Reboot. The reboot ensures that any pending installs or updates don't hinder the Visual Studio install.

  4. Free up space. Remove unneeded files and applications from your %SystemDrive% by, for example, running the Disk Cleanup app.

For questions about running previous versions of Visual Studio side by side with Visual Studio 2019, see the Visual Studio 2019 Platform Targeting and Compatibility page.

Step 2 - Download Visual Studio

Next, download the Visual Studio bootstrapper file. To do so, choose the following button to go to the Visual Studio download page. Choose the Download button, then you can select the edition of Visual Studio that you want.

Download Visual Studio 2019

Step 3 - Install the Visual Studio installer

Run the bootstrapper file you downloaded to install the Visual Studio Installer. This new lightweight installer includes everything you need to both install and customize Visual Studio.

  1. From your Downloads folder, double-click the bootstrapper that matches or is similar to one of the following files:

    • vs_community.exe for Visual Studio Community
    • vs_professional.exe for Visual Studio Professional
    • vs_enterprise.exe for Visual Studio Enterprise

    If you receive a User Account Control notice, choose Yes to allow the bootstrapper to run.

  2. We ask you to acknowledge the Microsoft License Terms and the Microsoft Privacy Statement. Choose Continue.

Step 4 - Choose workloads

After the installer is installed, you can use it to customize your installation by selecting the workloads, or feature sets, that you want. Here's how.

  1. Find the workload you want in the Installing Visual Studio screen.

    Install C and C++ support in Visual Studio (3)

    For core C and C++ support, choose the "Desktop development with C++" workload. It comes with the default core editor, which includes basic code editing support for over 20 languages, the ability to open and edit code from any folder without requiring a project, and integrated source code control.

    Other workloads support more kinds of development. For example, choose the "Universal Windows Platform development" workload to create apps that use the Windows Runtime for the Microsoft Store. Choose "Game development with C++" to create games that use DirectX, Unreal, and Cocos2d. Choose "Linux development with C++" to target Linux platforms, including IoT development.

    The Installation details pane lists the included and optional components installed by each workload. You can select or deselect optional components in this list. For example, to support development by using the Visual Studio 2017 or 2015 compiler toolsets, choose the MSVC v141 or MSVC v140 optional components. You can add support for MFC, the experimental Modules language extension, IncrediBuild, and more.

  2. After you choose the workload(s) and optional components you want, choose Install.

    Next, status screens appear that show the progress of your Visual Studio installation.

Tip

At any time after installation, you can install workloads or components that you didn't install initially. If you have Visual Studio open, go to Tools > Get Tools and Features... which opens the Visual Studio Installer. Or, open Visual Studio Installer from the Start menu. From there, you can choose the workloads or components that you wish to install. Then, choose Modify.

Step 5 - Choose individual components (Optional)

If you don't want to use the Workloads feature to customize your Visual Studio installation, or you want to add more components than a workload installs, you can do so by installing or adding individual components from the Individual components tab. Choose what you want, and then follow the prompts.

Install C and C++ support in Visual Studio (4)

Step 6 - Install language packs (Optional)

By default, the installer program tries to match the language of the operating system when it runs for the first time. To install Visual Studio in a language of your choosing, choose the Language packs tab from the Visual Studio Installer, and then follow the prompts.

Install C and C++ support in Visual Studio (5)

Change the installer language from the command line

Another way that you can change the default language is by running the installer from the command line. For example, you can force the installer to run in English by using the following command: vs_installer.exe --locale en-US. The installer will remember this setting when it's run the next time. The installer supports the following language tokens: zh-cn, zh-tw, cs-cz, en-us, es-es, fr-fr, de-de, it-it, ja-jp, ko-kr, pl-pl, pt-br, ru-ru, and tr-tr.

Step 7 - Change the installation location (Optional)

You can reduce the installation footprint of Visual Studio on your system drive. You can choose to move the download cache, shared components, SDKs, and tools to different drives, and keep Visual Studio on the drive that runs it the fastest.

Install C and C++ support in Visual Studio (6)

Important

You can select a different drive only when you first install Visual Studio. If you've already installed it and want to change drives, you must uninstall Visual Studio and then reinstall it.

Step 8 - Start developing

  1. After Visual Studio installation is complete, choose the Launch button to get started developing with Visual Studio.

  2. On the start window, choose Create a new project.

  3. In the search box, enter the type of app you want to create to see a list of available templates. The list of templates depends on the workload(s) that you chose during installation. To see different templates, choose different workloads.

    You can also filter your search for a specific programming language by using the Language drop-down list. You can filter by using the Platform list and the Project type list, too.

  4. Visual Studio opens your new project, and you're ready to code!

Visual Studio 2017 Installation

In Visual Studio 2017, it's easy to choose and install just the features you need. And because of its reduced minimum footprint, it installs quickly and with less system impact.

Prerequisites

  • A broadband internet connection. The Visual Studio installer can download several gigabytes of data.

  • A computer that runs Microsoft Windows 7 or later versions. We recommend the latest version of Windows for the best development experience. Make sure that the latest updates are applied to your system before you install Visual Studio.

  • Enough free disk space. Visual Studio requires at least 7 GB of disk space, and can take 50 GB or more if many common options are installed. We recommend you install it on your C: drive.

For details on the disk space and operating system requirements, see Visual Studio Product Family System Requirements. The installer reports how much disk space is required for the options you select.

Download and install

  1. To download the latest Visual Studio 2017 installer for Windows, go to the Microsoft Visual Studio Older downloads page. Expand the 2017 section, and choose the Download button.

    Tip

    The Community edition is for individual developers, classroom learning, academic research, and open source development. For other uses, install Visual Studio 2017 Professional or Visual Studio 2017 Enterprise.

  2. Find the installer file you downloaded and run it. The downloaded file might be displayed in your browser, or you might find it in your Downloads folder. The installer needs Administrator privileges to run. You might see a User Account Control dialog asking you to give permission to let the installer make changes to your system; choose Yes. If you're having trouble, find the downloaded file in File Explorer, right-click on the installer icon, and choose Run as Administrator from the context menu.

    Install C and C++ support in Visual Studio (7)

  3. The installer presents you with a list of workloads, which are groups of related options for specific development areas. Support for C++ is now part of optional workloads that aren't installed by default.

    Install C and C++ support in Visual Studio (8)

    For C and C++, select the Desktop development with C++ workload and then choose Install.

    Install C and C++ support in Visual Studio (9)

  4. When the installation completes, choose the Launch button to start Visual Studio.

    The first time you run Visual Studio, you're asked to sign in with a Microsoft Account. If you don't have one, you can create one for free. You must also choose a theme. Don't worry, you can change it later if you want to.

    It might take Visual Studio several minutes to get ready for use the first time you run it. Here's what it looks like in a quick time-lapse:

    Install C and C++ support in Visual Studio (10)

    Visual Studio starts faster when you run it again.

  5. When Visual Studio opens, check to see if the flag icon in the title bar is highlighted:

    Install C and C++ support in Visual Studio (11)

    If it's highlighted, select it to open the Notifications window. If there are any updates available for Visual Studio, we recommend you install them now. Once the installation is complete, restart Visual Studio.

Visual Studio 2015 Installation

To install Visual Studio 2015, go to the Microsoft Visual Studio Older downloads page. Expand the 2015 section, and choose the Download button. Run the downloaded setup program and choose Custom installation and then choose the C++ component. To add C and C++ support to an existing Visual Studio 2015 installation, click on the Windows Start button and type Add Remove Programs. Open the program from the results list and then find your Visual Studio 2015 installation in the list of installed programs. Double-click it, then choose Modify and select the Visual C++ components to install.

In general, we highly recommend that you use the latest version of Visual Studio even if you need to compile your code using the Visual Studio 2015 compiler. For more information, see Use native multi-targeting in Visual Studio to build old projects.

When Visual Studio is running, you're ready to continue to the next step.

Next Steps

Create a C++ project

Feedback

Was this page helpful?

Install C and C++ support in Visual Studio (2024)

FAQs

How to install C and C++ in Visual Studio? ›

C/C++ for Visual Studio Code
  1. Open VS Code.
  2. Select the Extensions view icon on the Activity bar or use the keyboard shortcut (Ctrl+Shift+X).
  3. Search for 'C++' .
  4. Select Install.
Jul 24, 2023

What is needed to be installed to support C and C++ applications for Visual Studio? ›

To successfully complete this tutorial, you must do the following:
  • Install Visual Studio Code.
  • Install the C/C++ extension for VS Code. You can install the C/C++ extension by searching for 'c++' in the Extensions view (Ctrl+Shift+X).
  • Install the Microsoft Visual C++ (MSVC) compiler toolset.

What should I install in Visual Studio for C++? ›

CMake, Clang, mingw, and more

Use MSBuild with the Microsoft Visual C++ compiler or a 3rd party toolset like CMake with Clang or mingw to build and debug your code right in the IDE. Benefit from a first-class CMake experience.

Do I need to install all Visual C++? ›

Installing the Microsoft C++ Redistributable often comes as a must when you install a Windows application. You have to install this redistributable to make sure that the application will run properly.

How to install C and C++ on Windows? ›

Installing C/GCC Compiler for Windows
  1. Step 1: Search MinGW C Compiler on the Web. ...
  2. Step 2: Download MinGW. ...
  3. Note: Active internet is required throughout the installation process.
  4. MinGW32-base Package. ...
  5. MinGW32-gcc-g++ Package. ...
  6. MinGW32-gcc-objc package. ...
  7. Step 7: Apply the Changes. ...
  8. Step 8: Download the Changes.
Mar 20, 2024

Does Microsoft Visual Studio support C? ›

Visual Studio Code is a lightweight, cross-platform development environment that runs on Windows, Mac, and Linux systems. The Microsoft C/C++ for Visual Studio Code extension supports IntelliSense, debugging, code formatting, auto-completion.

Can we run C program in Visual Studio? ›

To run a C program in Visual Studio Code (VS Code), you need to have the following prerequisites: Visual Studio Code: Install VS Code on your computer. You can download it from the official website at https://code.visualstudio.com/. C Compiler: You need a C compiler to compile and run your C programs.

How to setup C programming in Visual Studio Code? ›

Installing Necessary Extensions for C Programming
  1. Open Extensions View: Press Ctrl+Shift+X to open the Extensions view in VS Code.
  2. Search for C/C++ Extension: In the Extensions view, search for “C/C++” in the search bar.
  3. Install the Extension: Click on the “Install” button next to the “C/C++” extension to install it.

What is needed to install Visual Studio? ›

Hardware
  1. ARM64 or x64 processor; Quad-core or better recommended. ...
  2. Minimum of 4 GB of RAM. ...
  3. Windows 365: Minimum 2 vCPU and 8 GB RAM. ...
  4. Hard disk space: Minimum of 850 MB up to 210 GB of available space, depending on features installed; typical installations require 20-50 GB of free space.
Apr 9, 2024

What do I need to install to run C++? ›

  1. To install a C++ compiler in a Windows environment, download the Microsoft's "Visual Studio" from the Visual Studio website. This will download a full IDE, including an editor, debugger and build systems.
  2. To access your C++ compiler follow the C++ section in Visual Studio's Getting Started guide.

Is Visual Studio good for learning C++? ›

Visual Studio is one of the best IDEs for C++ as it provides powerful functionality for quickly writing code, debugging, and testing software.

How important is Microsoft Visual C++? ›

Microsoft Visual C++ Redistributable is a set of runtime library files used by many programs installed in the PC, even a part of Windows. Uninstalling them will definitely stop all those programs that depend on them from working. In such event, you will need to install the required version again.

Is Microsoft Visual C++ required? ›

The Visual C++ Redistributable installs Microsoft C and C++ (MSVC) runtime libraries. Many applications built using Microsoft C and C++ tools require these libraries. If your app uses those libraries, a Microsoft Visual C++ Redistributable package must be installed on the target system before you install your app.

Is it OK if I uninstall Microsoft Visual C++? ›

Removing the older Visual C++ Redistributable packages can be done if it is deemed by the Windows Administrator that it will not interfere with other installed applications. These packages aren't needed for SM to run properly.

How do I get C in Visual Studio? ›

C/C++ Extension for Visual Studio Code: Search for "C/C++" in the Extensions and click on the extension provided by Microsoft. Click the "Install" button to install the extension. You should also have basic knowledge about C language to code and run c programs.

How do I add a C++ module to Visual Studio? ›

In a Visual Studio project, right-click the project node in Solution Explorer and choose Properties. Set the Configuration drop-down to All Configurations, then choose Configuration Properties > C/C++ > Language > Enable C++ Modules (experimental).

How do I add C language to Visual Studio Code? ›

Installing Necessary Extensions for C Programming
  1. Open Extensions View: Press Ctrl+Shift+X to open the Extensions view in VS Code.
  2. Search for C/C++ Extension: In the Extensions view, search for “C/C++” in the search bar.
  3. Install the Extension: Click on the “Install” button next to the “C/C++” extension to install it.

How to download Microsoft Visual C++? ›

The Redistributable is available in the my.visualstudio.com Downloads section as Visual C++ Redistributable for Visual Studio 2019 (version 16.7). Use the Search box to find this version. To download the files, select the platform and language you need, and then choose the Download button.

References

Top Articles
Lysine: een van de essentiële aminozuren
Lysine: the Amino Acid that Fights Herpes … and Maybe Even Cancer
Live2.Dentrixascend.com
Njdep Org Chart
Harry Potter: Magical Portraits, Explained
Danielle Ranslow Obituary
Examples of "Crocodile" in a Sentence
Remnant Graveyard Elf
Tap Into Bloomfield
What Happened To Athena Palomino
Kevin Murphy: Current: Faculty: Jacobs School of Music: Indiana University Bloomington
Just Busted Lewisburg Tennessee
Newgate Honda at Navan, Newgate, MH
781-866-8521
ZQuiet Anti-Snoring Mouthpiece Review 2024 - Sleep Doctor
Kreamlatifah
'Golden Bachelorette' Joan met her 24 suitors in emotional premiere: Who got a rose?
Rachaelrayshow Com Recipes
Craigslist Houston Texas Com
Family Security Credit Union Gardendale
Aldi Weekly Ad Lake Elsinore
Moneykey Loan Login
4 Pm Edt
Clausen's Car Wash
1818 West Taylor Street Chicago Il
World's Most Expensive Tiles | Buy Premium & Luxurious Tiles at Ramirro Ceramica
Philip Rucker Spouse
Craigslist Pets Seattle Tacoma Washington
Infinite Campus Farmingdale
Whisk Recipe Calculator
Centricity Time And Attendance Premier Health
97226 Zip Code
7023594890
Driving Directions To The Closest Dollar Tree
Atomic Structure and Properties | AP Chemistry Unit 1 Review
Tetroid Addicting Games
Julie Green Ministry On Rumble
Funny Walking Gif
Finalcon 2022
Crexi Vs LoopNet: Which Commercial Real Estate Platform Is For You?
Am I Racist ? : le succès de ce film réac à la Borat est un "joli" coup de communication
Eve Fastest Ship
Dr Yoel Rojas Google Reviews
Jacob I. Taylor, M.D., MPH - Urology Clinics of North Texas
M3Gan Showtimes Near Ipic Hudson Lights
Somewhere In Queens Showtimes Near Ambler Theater
Remember the 'weatherstick'? Peoria's weather tower was visible for miles
Pacific Seed Bank Login
Salmon Fest 2023 Lineup
Odfl4Us Driver Login
SF bay area cars & trucks "chevrolet 50" - craigslist
Sheboygan Press Obit
Latest Posts
Article information

Author: Trent Wehner

Last Updated:

Views: 6417

Rating: 4.6 / 5 (76 voted)

Reviews: 83% of readers found this page helpful

Author information

Name: Trent Wehner

Birthday: 1993-03-14

Address: 872 Kevin Squares, New Codyville, AK 01785-0416

Phone: +18698800304764

Job: Senior Farming Developer

Hobby: Paintball, Calligraphy, Hunting, Flying disc, Lapidary, Rafting, Inline skating

Introduction: My name is Trent Wehner, I am a talented, brainy, zealous, light, funny, gleaming, attractive person who loves writing and wants to share my knowledge and understanding with you.