In PROJECTNAME.Build.cs you need to add “Sockets” to PublicDependencyModuleNames
It should end up looking something like this.
PublicDependencyModuleNames.AddRange(new string[] { “Core”, “CoreUObject”, “Engine”, “InputCore”, “Sockets” });
In PROJECTNAME.Build.cs you need to add “Sockets” to PublicDependencyModuleNames
It should end up looking something like this.
PublicDependencyModuleNames.AddRange(new string[] { “Core”, “CoreUObject”, “Engine”, “InputCore”, “Sockets” });