karansher / computer-graphics-ray-tracing

Computer Graphics Assignment about Ray Tracing
0 stars 0 forks source link

Can't find Eigen/Core - build failure #13

Closed leenlab2 closed 1 year ago

leenlab2 commented 1 year ago

When I open the A3 files, I get the following: image On all instances of that include statement, even though that worked fine in A2. I'm not sure how to fix this? Building the project fails fatal error C1083: Cannot open include file: 'Eigen/Core': No such file or directory

I'm using Visual Studio on Windows 11, for reference

leenlab2 commented 1 year ago

I managed to solve this. I had tried to create a private mirrored repo (using the instructions provided) but apparently that did not get the eigen submodule in properly. So I just cloned the assignment normally instead.

Also, some of my build issues were resolved by not using the library option for the hw2 files (the ones indicated at the bottom of the handout) as the build was failing when I did so