Epic Developer Community Forums
IWYU takes waaaaaaay longer to compile?
Development
Programming & Scripting
C++
unreal-engine
Shmoopy1701
(Shmoopy1701)
January 22, 2018, 8:06pm
4
For all classes that reference other classes are you:
putting
#includes
only in .cpp files
forward declares only in .h files
Speeds up build times noticeably.
show post in topic