Online Subsystem Get function raising a dll error

This error is raised when I call Subsystem = IOnlineSubsystem::Get(“EOS”); in my Game Instance’s Init function

unresolved external symbol "__declspec(dllimport) public: static class IOnlineSubsystem * __cdecl IOnlineSubsystem::Get(class FName const &)" (__imp_?Get@IOnlineSubsystem@@SAPEAV1@AEBVFName@@@Z) referenced in function "public: virtual void __cdecl UEOSGameInstance::Init(void)" (?Init@UEOSGameInstance@@UEAAXXZ)

I am not sure what it’s trying to tell me, so any help would be much appreciated

I forgot to include the OnlineSubsystem modules in my build dependency.

1 Like