Online subsystemUtils failed to load

Hi,

I’m trying to install EU 4.27, I’m having problems loading “Online Subsystem”. i’ve already tried uninstalling and reinstalling as mentioned by another older thread, although i’ve not achived anything.

350192-error.png

Can someone help to me?
Thank you very much in advance
.

Hi,

Take a look at this thread: OnlineSubsystemUtils cannot load Online.h - C++ - Unreal Engine Forums.

Maybe you just need to add the following code to your project build.cs file?

PublicDependencyModuleNames.AddRange(new string[] {“OnlineSubsystem”,
“OnlineSubsystemSteam”,
“OnlineSubsystemUtils”
};

Hopefully this helps, good luck :slight_smile: