I am trying to rewrite the pycaffe code using C++ Caffe API. However, I get stuck at the very beginning. None of the following
#include <caffe.hpp>
#include <caffe/caffe.hpp>
#include <home/username/caffe/caffe.hpp>
works because the path to the caffe is not known the way it is given by PYTHONPATH in the pycaffe code. How then do I add the caffe module in the C++ code?