So i started Obstacle assault and I have been having a bunch of weird erros with my vscode. The first issue I have been having was that when I create a class it does not add an option in the tools menu to open the class from unreal engine. If I need to open it manually it doesn’t create a workspace in the project folder either. The only way I can open the actual file is to open it directly from vscode. Even then it doesn’t work because im getting errors under all the include statements. I also get an error where it says I need to recompile because the module wasn’t found
The error looks like this
"Successfully added class ‘MovingPlatform’, however you must recompile the ‘ObstacleAssault’ module before it will appear in the Content Browser. Failed to automatically hot reload the ‘ObstacleAssault’ module.
Some details about my project to help you help me
Using unreal engine 5.0.3
Using the Unreal Learning kit like asked in the course
Installed .net 6.0 because the one installed in the course was giving me errors