Building my plugin UE5.6 first time and I m getting this error: error C3533: a parameter cannot have a type that contains 'auto'

*Build.cs files (Modules) do not have access to the AdditionalCompilerArguments; it will be your host project’s target file that you’re compiling everything within.

If you send your actual UBT invocation, I could provide a little more insight on where to look.

Julian