The creation wizard is not correctly adding the #include path in the CPP file. To fix the issue to get the project to compile you have to add the path in the .CPP file within Visual Studio. In this case change #include "MyCharacter.h" to #include "Characters/MyCharacter.h"
This is required for all new classes. Workaround is not to use the Public/Private folder structure when creating the class and there is no issue.
This was reported and tested in 4.24.3 (CL-11590370). This was reproduced in 4.25 (CL-13144385) and Main 4.26 (CL-13230104)
Results: Code fails to compile with the created .h file of you class. "fatal error C1083: Cannot open include file: 'MyCharacter.h': No such file or directory"
Expected: Successful compilation
I am not able to find world outliner how to enable it?
How can i modify the param name in EQS node
Undefined sysmbol: typeinfo for AActor when cross-compile linux dedicated server on windows
When I open UE4 4.24.3 it appears that. Does anyone know how to solve?
How to achieve HLSL Multiple Render Target in Material blueprints?
Delay nodes occasionally don't fire the "Completed" output in a nativized build
There's no existing public thread on this issue, so head over to Questions & Answers just mention UE-92876 in the post.