C API error as --'solclient/solClient.h' file not found #include "solclient/solClient.h"

When I am trying to run a file in C, I am getting this error. Can someone please help me with this. I am new to PubSub+. Trying to learn as much as I can.

This is a ā€˜Cā€™ language/compiler question more than a PubSub+ question. What build system are you using ?

In whatever system you choose, you must be sure to include ā€œ-I ā€ on your compiler invocation (typically add to CFLAGS in make).

Regards,

Ragnar