Hello, I had same problem.
I hope this can help somebody.
It’s important that this problem started when I created new C++ class in UE Editor, and I put it in subfolder X. So in cpp file of my class was string
include “X/MyClass.h”
but should be just
include “MyClass.h”
so problem was just that