Error LNK2001: unresolved external symbol FHttpModule

Get() should and does exist, and this is actually the only way you can use the HTTP module in your program. You cannot create a new instance of it that way.

Try opening /Engine/Source/Runtime/Online/HTTP/Public/HttpModule.h in text editor to double check that there are local changes that prevent you from seeing Get() method.