The error message is already telling you what’s wrong…
“.generated.h” must always be the last include (when there’s UCLASS in that header).
And you cannot include “generated.h” from another header either.
The error message is already telling you what’s wrong…
“.generated.h” must always be the last include (when there’s UCLASS in that header).
And you cannot include “generated.h” from another header either.