from UE_5.3 to UE_5.6 -> can't compile old project

In my case, refer to last words,

DefaultBuildSettings = BuildSettingsVersion.V5;
CppStandard = CppStandardVersion.Cpp20;

Add above to MyProject.Target.cs fixed the issue.