Hi guys,
I been talking with a few programmers and they mentioned that starting from UE 5.4 including this 5.6 version the compile time of the headers takes a very long time since it compiles all the sub classes instead the class was modified.
Is like change one header act like a full rebuild and this is bad. This problem is not in in older versions that uses the VS2019.
Compiling here the UE5Game.h from Plugins on different versions:
5.2 is 40 Actions to build
5.3 is 25 Actions to build
5.4-5.6 is 232 Actions to build
Does anybody have same problem or know any solution for this?
Thank you very much for reading this. I appreciate any information given on this issue.