I need to define UE_ENABLE_INCLUDE_ORDER_DEPRECATED_IN_5_2 as true, however using conventional -DNAME=VALUE pair doesnt seem to work, my current line looks like ./RunUAT.sh BuildPlugin -Plugin="/home/cringynoodles/Documents/Unreal Projects/Game/Plugins/VRM4U/VRM4U.uplugin" -Package="/tmp/built" -TargetPlatforms=Linux -DUE_ENABLE_INCLUDE_ORDER_DEPRECATED_IN_5_2
, however it has no effect.
Try to paste the following line in your Build.cs/Target.cs file:
IncludeOrderVersion = EngineIncludeOrderVersion.Unreal5_1;
1 Like