{section: Building HTCondor with cmake on Windows}
 
-These instructions are designed for building *HTCondor 8.8 or later* on *Windows 10 64-bit* with *Visual Studio 2017*.
+These instructions are designed for building *HTCondor 8.8 or later* on *Windows 10 64-bit* with *Visual Studio 2019*.
 
 {subsection: Obtaining Windows}
 
@@ -38,7 +38,7 @@
 *::Open the Windows Registry Editor. For the Computer\HKEY_CURRENT_USER\Software\Classes\Applications\perl.exe\shell\open\command key, set the default to: "C:\Perl64\bin\perl.exe" "%1" %*
 *::Open a Windows command prompt as Administrator. Run the following command: assoc .pl=C:\Perl64\bin\perl.exe
 
-1: NOTE: Cmake is now bundled with Visual Studio 2017. You don't need to install it separately anymore.
+1: NOTE: Cmake is now bundled with Visual Studio. You don't need to install it separately anymore.
 
 1: Install Visual Studio 2019 Community Edition.
 *::https://visualstudio.microsoft.com/vs/ (free for all non-enterprise users)
@@ -65,7 +65,7 @@
 *:: Out-of-source builds live in C:\scratch\condor\src-build
 *:: Your release/installation folder is C:\scratch\condor\release_dir
 
-1: Open the *Developer Command Prompt for VS 2017*. Note that using the regular command prompt has incorrect environment variables.
+1: Open the *Developer Command Prompt for VS 2019*. Note that using the regular command prompt has incorrect environment variables.
 
 1: Checkout origin/master from the git repository.
 *::From AFS: