I Can’t Build Physx 4 Source with Visual Studio 2019, it keeps saying can’t include file typeinfo.h
i meet the same problem,do you have done it?
Just change it to typeinfo should work.
Use #if(PX_WINDOWS_FAMILY || PX_XBOXONE) #include #if(_MSC_VER >= 1923) #include #else #include <typeinfo.h> #endif #endif #if(PX_APPLE_FAMILY) #include #endif