You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The Fix suggests commenting out the following line:
C:\Program Files (x86)\Microsoft Visual Studio 14.0\Common7\Tools\vcvarsqueryregistry.bat @if "%WindowsSdkDir%"=="" @call :GetWin10SdkDir
Making this modification does allow me to call "mt" from the VS 2015 Developer Command Prompt, but for whatever reason it still fails when running the build_script.py
The text was updated successfully, but these errors were encountered:
Discovered an issue attempting to re-build USD with VS 2015 after installing VS 2017. Boost fails to install due to a failure to find mt.exe:
`'mt' is not recognized as an internal or external command,
operable program or batch file.`
Looks like the same problem here:
http://boost.2283326.n4.nabble.com/release-build-Errors-compiling-1-68-0-with-VS2015-after-VS2017-td4704080.html
The Fix suggests commenting out the following line:
C:\Program Files (x86)\Microsoft Visual Studio 14.0\Common7\Tools\vcvarsqueryregistry.bat
@if "%WindowsSdkDir%"=="" @call :GetWin10SdkDir
Making this modification does allow me to call "mt" from the VS 2015 Developer Command Prompt, but for whatever reason it still fails when running the build_script.py
The text was updated successfully, but these errors were encountered: