PsAllocator.h(40): fatal error C1083: Cannot open include file: 'typeinfo.h'

When I update visual studio 2019 16.3.3 with msvc version 14.23.28105 and compile source code called “ThirdParty\PhysX3\Px Shared\src\foundation\include\PsAllocator.h(40): fatal error C1083: Cannot open include file: ‘typeinfo.h’: No such file or directory”, I find typeinfo in Microsoft Visual Studio\2019\Enterprise\VC\Tools\MSVC\14.23.28105\include, replace to . it’s ok, fix it in next version?

We had the same issue with the latest version of VS2019 (MSVC V143). We had to rollback to V142 to have typeinfo.h back inside the include folder.

https://github.com/EpicGames/UnrealEngine/pull/6226/files

This is the pull request still under the review. But I copied the file locally and change is working for me. You should try that as well.