I really need help with GameMode...

Hi everyone first of all english is not my first language so if i say something stupid forgive me.

So… i’m working on a simple project just to improve with unreal but i found myself stuck, i wanted to use as gamemode a custom one, i have set it up in the project settings…

25187802ca5bdb38a4a277b64e138d0e.png

but still the project keep looking for the wrong one and everytime i open the project it gives me this error…

0754ba3c05235e29b833f4e5bb3e6d0f.png

to be sure i also checked in the DefaultEngine file but it was ok…

ff479af0d8c417bc5ee132ec11907257.png

I also tried to check if there was something i was missing, so i used this stupid looking piece of code…


to see if it was using a gamemode that i was not aware of but it faild to cast as every one of them, it looks like it’s using no GameMode at all.

At this point i don’t know what to do, i would prefer to avoid to create a new project from the beginning, can you help me guys? there’s a way i can fix it?

P.S.
I’m using Unreal 4.23 for this project if it can be helpful to know.