diff --git a/Extension/walkthrough/installcompiler/install-compiler-windows.md b/Extension/walkthrough/installcompiler/install-compiler-windows.md index c70630757b..864bb714f7 100644 --- a/Extension/walkthrough/installcompiler/install-compiler-windows.md +++ b/Extension/walkthrough/installcompiler/install-compiler-windows.md @@ -1,7 +1,7 @@

Install a C++ compiler on Windows

If you're doing C++ development for Windows, we recommend installing the Microsoft Visual C++ (MSVC) compiler toolset. If you're targeting Linux from Windows, check out Using C++ and Windows Subsystem for Linux (WSL) in VS Code. Or, you could install GCC on Windows with MinGW.

    -
  1. To install MSVC, download C++ Build Tools from the Visual Studio Downloads page.

    +
  2. To install MSVC, download Build Tools for Visual Studio 2019 from the Visual Studio Downloads page.

  3. In the Visual Studio Installer, check the C++ build tools workload and select Install.