Hello, I had this issue when I first created the subfolder MenuSystem, but can’t remember how I fixed it, even going back through the course, I can’t find the solution. But when I make the InGameMenu file, it keeps failing to Hot Reload in the UE4 editor, telling me I need to recompile the module. Then when I try to compile the VS2022 code this is the error I get.
Found it out, Unreal engine automatically added in the cpp
#include “MenuSystem/InGameMenu.h”
I had to remove the MenuSystem/ part
1 Like
This topic was automatically closed 20 days after the last reply. New replies are no longer allowed.