#[RESOLVED] Cannot open Unreal project

23 messages Β· Page 1 of 1 (latest)

crude arch
#

I'm currently stuck on Section 2, video 24: Join Sessions from the Menu

After the,
"The following modules are missing or built with a different engine version:

MenuSystem
MultiplayerSessions

Would you like to rebuild them now?" message after I delete binaries and intermediate I get,
"MenuSystem could not be compiled. Try rebuilding from source manually."

There are no compiler errors on the documents I've been following along on though. I added the LastSessionSettings->bUseLobbiesIfAvailable = true; line too

crude arch
#

Should I provide the menu and subsystem files here?

last adder
#

Personally, I would suggest doing exactly what it says. Build MenuSystem from source. I promise you have an error in MenuSystem

#

Anytime that message pops up, it means there is an error in the code that's stopping it from launching

crude arch
last adder
crude arch
last adder
#

Oh I'm so sorry, yes that's exactly it

crude arch
#

ah okay πŸ‘

last adder
#

Yeah in Visual Studio hit crtl + shift + b. May take a minute. Then if the build fails, on the bottom, left you'll see a tab that says output. I want the entire log. Yes lol I know it's big

crude arch
#

Okay, will double check each file

At the bottom I see "no issues found" but I may need to look deeper/elsewhere

last adder
#

It should say build succeeded not no issues found

#

Something like that

#

All no issues found means is IntelliSense didn't find any "errors" LOL which basically means nothing

crude arch
last adder
#

Welcome. Anyway, that's why I suggested using crtl + shift + b . Then if it does fail share the the output log like in my screenshot above

crude arch
#

oh... yes there are errors. this is what came up

last adder
#

There that's why it's not letting you launch it

#

First I would suggest checking is MenuSystem.Build.cs and make sure this is not commented out

crude arch
#

Thanks so much, after fixing the errors I can open the project again πŸ‘

last adder
#

Awesome. I'll mark this resolved then

#

[RESOLVED] Cannot open Unreal project