Open krzysz28tof opened 1 month ago
@krzysz28tof Thank you for your github issue! To better reproduce your problem, could you provide us with a video of your reproduction project and reproduction steps? This will help us greatly in our investigation of your problem.
@krzysz28tof Thanks for the reply, sorry I wanted to ask please do you have a dense folder under your Eigen folder?
@Yingzi1234 Yes
Hi @krzysz28tof @gcampbell-msft We can reproduce this issue, you can get the details below. This issue can be reproduced on Windows, Linux, Mac platforms. Thank you!
ENV: VSCode: 1.94.2 Makefile tools: 0.12.8(pre-release) C/C++: 1.22.9
Repro steps:
Makefile: configure
"g++ -o main main.cpp
Actual result: The error will be displayed:
main.cpp:2:10: fatal error: Eigen/Dense: No such file or directory
2 | #include <Eigen/Dense>
Setup
/usr/include/eigen3/Eigen
(location of Eigen library)ln -s /usr/include/eigen3/Eigen Eigen
(made a symbolic link in /usr/include folder)Problem
Error message
main.cpp:2:10: fatal error: Eigen/Dense: No such file or directory
2 | #include <Eigen/Dense>