I have a problem with finding my own header files (even if I split them into public/private)
When I made an entirely new project, I have added a new c++ actor and the code didn’t compile due to not found header file. I have removed and regenerated the project, didn’t help.
I didn’t have such a problem in 4.17.
K:\UE4_Projects\MyProject3\Source\MyProject3\Private\1\2\3\MyActor.cpp(4): fatal error C1083: Cannot open include file: ‘MyActor.h’: No such file or directory