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
I wasn't able to reproduce this on Visual Studio 2019 so something must've changed between versions. I've checked in the fix and it should go out with the next dev branch update. Thanks for the report!
Description of Issue
pyExceptionState.h
is missing an#include <string>
.Steps to Reproduce
-u build_scripts/build_usd.py -vvv --generator Ninja --build-variant relwithdebuginfo --build build/Release install/Release --tests --cmake-build-args="-DPXR_ENABLE_VULKAN_SUPPORT=ON -DPXR_ENABLE_PRECOMPILED_HEADERS=OFF"
Note that
-DPXR_ENABLE_PRECOMPILED_HEADERS=OFF
is to workaround another build issue that's fixed by #3120.System Information (OS, Hardware)
Package Versions
Latest dev branch (d1ebe6f).
The text was updated successfully, but these errors were encountered: