I know that there are a lot of questions regrading same issue, but I’ve done every step with no success.
here’s what I’ve done so far
-I edited my build.cs and added this
PublicDependencyModuleNames.AddRange(new string[] { "Core", "CoreUObject", "Engine", "InputCore", "OnlineSubsystem", "HTTP", "OnlineSubsystemSteam" });
-Rebuilt the project
-tried to include “Online.h” in one of my header files with no success !