I have these lines at Project.Build.cs
PrivateDependencyModuleNames.AddRange(new string] { "HTTP" });
PrivateIncludePathModuleNames.AddRange(new string] { "HTTP" });
And I’ve included Http.h but still I’m getting undefined for FHttpModule.