Build time increased ~10x when migrating from 5.5 to 5.6

I am still learning unreal but I wonder if maybe you have some implementation in header files instead of implementation files? That is what usually increases build time for me in the cpp projects I have worked in (moving all implementations to .cpp makes dependencies not trigger rebuild where they are used). But since unreal has do many macros I don’t know what happens in it …