I installed a package of Eigen library, following the direction quoted in CMakeLists: C:\Users\HP\Desktop\gop_1.3\external\eigen
.
I have in my code this line:
#include<Eigen/Core>
using namespace Eigen;
But when I tried to compile it I got this:
'Erreur 3 error C1083: Impossible d'ouvrir le fichier include : 'Eigen/Core' : No such file or directory C:\Users\HP\Desktop\gop_1.3\lib\util\eigen.h
In addition to that I have many errors in header's program.