Bug Step:
Create new C++ class in a custom folder
Bug:
- UE5.3 can not longer compile c++
- Content Browser will not show newly created folder.
- The bug can not be fixed by recompile manually
Fix:
- Open new created .cpp file from your IDE (Visual studio or any other IDE)
- On the top you will ses
#include "YourFolderName/YourClassName.h"
- Change it to
#include "YourClassName.h"
- Compile it from UE5.3
If there is no other error or bug the compile will sucess, and you will see the new folder with your new class from your Content Browser