I try to use vs2019 to create a ThirdPersonProject , then I create a new GameModeBase,and tell me hot load failed,and I build the sln tell me"no such file"…
there are my screenshots
Ahh 4.24, so basically you are using Public/Private. Also refrain from using “Test” as a name for anything.
Anyway to fix it, you need to open MyGameModeBase.cpp and at the top, change the include to “Test/MyGameModeBase.h”.
a proper fix might be to supply the directories inside the build.cs file. But this should really be handled by the create new class.