VaRest Plugin

Hello, I’ve tried to implement a get request using the C++ side of the VaRest plugin.
However, when I attempt to include the “VaRestRequestJSON.h” header and compile,I get undefined compile errors from within the VaRestRequestJSON header itself.

I have not modified any of the existing VaRest code prior to getting these errors. Simply added the plugin, added the dependency and included the header. Additionally, I tried all the other individual VaRest headers and they worked fine. (except for the “VaRestPluginClasses.h”, but I assume that this header includes the “VaRestRequestJSON.h” internally)

Here are 3 relevant pictures to demonstrate my issue as well as showcase the only things I added to cause this error to happen :slight_smile:

If anyone can help me figure this out, it would be much appreciate :slight_smile:

Build file:

Any CPP file that is including the header

201829-include.png

The error logs

201830-errors.png