Error while following the Get HTTP Request tutorial

Hello everyone,

It’s my first time posting on UE forum so if I am making post on the wrong thread please redirect me :slight_smile:
Anyways, I wanted to make a simple HTTP Request following this tutorial -> https://www.ue4community.wiki/legacy/ue4.10-how-to-make-http-get-request-in-cpp-ektwg52q
However, my engine really doesn’t like that and I’ve tried multiple times. I get a build error and my project won’t rebuild after that (I am using 4.25.4). The idea is that I’d like to have the HTTP Request integrated into self made plugin which is basically a button in Editor. If anyone can help me resolve this issue and maybe give some guidelines on how to make this code actually work with the plugin button instead of the actor I would highly appreciate it.