For me, who uses UE5.5, the fix didn’t work, but I got a hint from another thread I was looking at recently, and
CppStandard = CppStandardVersion.Cpp20;
I was able to successfully build by putting it in build.cs instead.
For me, who uses UE5.5, the fix didn’t work, but I got a hint from another thread I was looking at recently, and
CppStandard = CppStandardVersion.Cpp20;
I was able to successfully build by putting it in build.cs instead.