Dear Community,
Yay for 4.22!
Here is a thread where you can post any issues you encounter while upgrading to 4.22, with a focus on C++ compile issues.
~~~
VS 2017 Update
Solution: Downloaded the Latest VS 2017
https://docs.microsoft.com/en-us/vis...s2017-relnotes
~~~
error C2065: 'PST_Sync': undeclared identifier
Solution
Victory to You!
♥
Rama
Yay for 4.22!
Here is a thread where you can post any issues you encounter while upgrading to 4.22, with a focus on C++ compile issues.
~~~
VS 2017 Update
Code:
WindowsPlatformCompilerSetup.h(22): error C2338: Visual Studio 2017 versions 15.7 and 15.8 are known to have code generation bugs that affect UE4. Please update to version 15.9.
https://docs.microsoft.com/en-us/vis...s2017-relnotes
~~~
error C2065: 'PST_Sync': undeclared identifier
Code:
PxScene* PScene = PhysScene->GetPxScene(PST_Sync);
Code:
PxScene* PScene = PhysScene->GetPxScene();
Victory to You!
♥
Rama
Comment