You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
What -StrictIncludes does is adding -DisableUnity-NoPCH-NoSharedPCH to UBT when compiling. This ensures that each code file has all the needed includes and therefore is of a good quality on that side.
Will create a pull request that fixes some of the issues.
The text was updated successfully, but these errors were encountered:
Plugin fails to build when strict include checks are enabled. This can be easily tested with UAT command
What
-StrictIncludes
does is adding-DisableUnity
-NoPCH
-NoSharedPCH
to UBT when compiling. This ensures that each code file has all the needed includes and therefore is of a good quality on that side.Will create a pull request that fixes some of the issues.
The text was updated successfully, but these errors were encountered: