Following the README to build failed, it wasn't able to find MSVC. Instead of creating the devenv.com file, I ran:
C:\MSVS\VC\Auxiliary\Build\vcvars64.bat
to set the appropriate environment variables to use MSVC on the command line which unblocked the build. Should I submit a PR to update the README?