BUILD FAILED IN UNREAL 5.4

Make sure In Project.Target.cs and ProjectEditor.Target.cs
version is set to V5
DefaultBuildSettings = BuildSettingsVersion.V5;

That should fix the problem :slight_smile:

16 Likes