Lets reduce the variables by not explicitly using -A or -T
And lets cd into the proper directory. Also lets delete any possible build artifacts I can’t see on your machine.
cd D:/s
rm build/ -recurse -force
cmake -B build/ -G “Visual Studio 15 2017”