The Eigen library is included by it's full (absolute) path
|
#include </usr/include/eigen3/Eigen/Dense> |
this is uncommon and very system-dependent. Try simple
and if that doesn't work update Makefile or your build tool to pass path to the "include" directory like
g++ ... -I /usr/include/eigen3