请问为什么在我可以成功调用eigen3库并且程序也能正常运行的情况下,在using namespace Eigen等语句之前还是会有BUG提示??提示内容为 Symbol Eigen could not be resolved。
另外在左侧Project Explorer中,在test_eigen.cxx文件和项目名之前为什么会有红色叉号出现??程序明明可以正常运行并且得到正确输出结果。
PixelPioneer的博客 谢谢 我有Eigen文件夹:/ home / ubuntu / Documents / eigen我在Eclipse的C项目的其他目录中设置了这个路径.然后我运行以下程序(示例) – #include // import most common Eigen types USING_PART_OF_NAMESPACE_...