View how long did it took to link a file during compilation ?

I’m not sure if this is a UE4 or a Visual Studio question, but how can you find how long did it took to link a file ?
I want to know if I included something too big such as Engine.h.

When I used to work with Blender 3D, the Qt Creator IDE would display in realtime what file is done linking.

Did you look in the Visual Studio output window?

It doesn’ show that and I don’t have build the engine from source