If i put:
CppStandard = CppStandardVersion.Cpp17;
in my Project.Build.cs, I always get the error:
C++17 was disabled in PCH file but is currently enabled
Already tried every possible combination of PCHUsageMode
If i put:
CppStandard = CppStandardVersion.Cpp17;
in my Project.Build.cs, I always get the error:
C++17 was disabled in PCH file but is currently enabled
Already tried every possible combination of PCHUsageMode
Thanks, it’s working now!!