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

Hi Martin.

How do we handle this on vanilla version of the engine, since I dont have access to VCToolChain.cs file?

  1. Also another issue I m facing as mentioned, even introducing the flags in an ordered fashion (/std:c++20 /Zc:char8_t-

) in target.cs, the compiler is not picking up. I m thinking the flag is not working to compile the plugin in my case.