I came across this problem today (never seen this before).
It was caused by bad calls to ConstructorHelpers::FObjectFinder<> inside class constructors.
- people are casting UObjects on FObjectFinder with missing header include while developing with IWYU enabled *