问题描述:
无法打开包括文件:“Eigen/Dense”: No such file or directory
原因分析:
文件未包含在 include 搜索路径中,编译器无法使用 #include 或 #import 指令的搜索规则查找该文件
解决方法
1.右键点击项目 -> 属性 -> 配置属性 -> C/C++ -> 常规 -> 附加包含目录。
2.添加 eigen-3.3.8 的路径。(可在开发者中心下载)