I tried to package the plugin.
(My plugin is using PrivatePCH.h.)
so it output this error.
“Error Expected *.h to be first header included.”
I wrote “PCHUsage = PCHUsageMode.UseExplicitOrSharedPCHs;” in Build.cs
I tried ↓, but I could’nt.
Delete folder Binaries, Intermediate.
Generate Visual Studio project files.