The module where you are including that header should list HTTP module as one of its dependencies.
In a bit more human terms, take a look at *.Build.cs file for to the code where you are trying to use Http.h, and add “HTTP” to PrivateDependencyModuleNames array. Take a look how CrashReporterClient.Build.cs does that for a reference.