by default, UE_4.27\Engine\Source\Runtime\Engine\Public\EngineSharedPCH.h is set(in Engine.Build.cs) and used.
and #include “Engine/StaticMesh.h” is one of the includes in this EngineSharedPCH.h.
thant’s why you don’t need to include it anymore when building the project.
1 Like