Adding additional includes breaks my class

Yes, even blank lines were a problem. No matter where. The project even compiled, but VS showed me hundreds of errors in my class, what made it impossible to work.
However, today the issue is gone.
To work around I forwarded the classes below GENERATED_BODY() instead of above UCLASS() and wrote some code and when I tried it today, it works.
Some weird interaction…