Replies: 1 comment 3 replies
-
What branch are you on? We have a ue5 branch that has the corrections needed |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Latest Colcosseum version
UE/Unity version: 5.0.3
OS Version: win10
3 error:
error C2672: “common_utils::Utils::isDefinitelyLessThan”: 未找到匹配的重载函数 (No matching overloaded function found)
error C2027: 使用了未定义类型“physx::PxVehicleWheels” (Type not defined)
error C2027: 使用了未定义类型“physx::PxVehicleDrive” (Type not defined)
with NET Framework3.0 Installed,I successfully ran the build.cmd command on "Colosseu" folder.However, when I “Switch Unreal Engine Version to ue5.0" and then tried to compile it, I encountered the above problem, which was also encountered in the process of compiling AirSim with UE5.
Beta Was this translation helpful? Give feedback.
All reactions