Open DDoS opened 3 days ago
Filed as internal issue #USD-10457
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 (d1ebe6f2b3d3f3b06e31209464e8a1c4586efc02).