"C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\vcvarsall.bat" doesn't set the path correctly
Thom BENTLEY
0
Reputation points
I have visual studio 2022 and 2015 installed.
When I run
"C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\vcvarsall.bat" x86 10.0.22621.0
The path is set to include C:\Program Files (x86)\Windows Kits\10\bin\x86
However, that path doesn't include the binaries.
They are in C:\Program Files (x86)\Windows Kits\10\bin\10.0.22621.0
I thought vcvarsall.bat would select the right version since I passed it on the command line. What's preventing the correct folder from being added to the PATH?
Thank you.
Sign in to answer