I’m using Meta’s Source build, and I’m unable to compile UE 5.4. It gives these new errors, which never happened on other engine versions:
Here’s my VS installation setup, 17.0.10.
I’ve also changed the .target.cs file to include the following code as per other threads, but that didn’t work either
bOverrideBuildEnvironment = true;
DefaultBuildSettings = BuildSettingsVersion.V5;
IncludeOrderVersion = EngineIncludeOrderVersion.Latest;
BuildEnvironment = TargetBuildEnvironment.Unique;
Has anyone encountered this?