I’ll release soon the new version with Win64 and macOS with optimization, changing the .h adding/removing UProperties I’m getting on Win64 - Debug:
Reload time: 2.23441 seconds
Setup time: 0.0173081 seconds
Compile time: 1.96062 seconds
Link time: 0.25648 seconds
However I’m using
PCHUsage = PCHUsageMode.UseExplicitOrSharedPCHs;
PrivatePCHHeaderFile = "Test.h";
Not so sure if there is an option to auto-configure the project to include and use PCH file and its include directive in every file. Does someone know about that? or maybe other nice faster to compile options (although now are quite similar to my other implementation in other engines, the 2s gap it’s quite fine) ?