In my case, refer to last words,
DefaultBuildSettings = BuildSettingsVersion.V5;
CppStandard = CppStandardVersion.Cpp20;
Add above to MyProject.Target.cs fixed the issue.
In my case, refer to last words,
DefaultBuildSettings = BuildSettingsVersion.V5;
CppStandard = CppStandardVersion.Cpp20;
Add above to MyProject.Target.cs fixed the issue.