Is that a header inside your own module? If so, and you don’t want your own pch, remove that header, all includes of it, and add this to your Build.cs:
PCHUsage = PCHUsageMode.UseExplicitOrSharedPCHs;
Is that a header inside your own module? If so, and you don’t want your own pch, remove that header, all includes of it, and add this to your Build.cs:
PCHUsage = PCHUsageMode.UseExplicitOrSharedPCHs;