Please include this code inside the CMakeLists.txt ``` find_package(Eigen3 REQUIRED) include_directories(${EIGEN3_INCLUDE_DIR}) ```