Failing to include libigl in my visual studio project #2482
-
|
Hi, I'm working on Windows with Visual Studio, and at first included At that point I only had igl's I was then getting the error: I then found and downloaded https://github.com/libigl/libigl-predicates and added those to my additional includes. Once I did that, I got past this error, and instead I am now getting: I've not been able to get past that error. Usually when I had linker errors in the past it was with separately compiled libraries, but my understanding was that igl could simply be included and did not need to be pre-compiled? I can see Thanks in advance. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
|
Well, it took me another 3 hours of digging, but I finally understood that I needed to compile libigl-predicates (the .c portion of the code) and I was finally able to compile my code! |
Beta Was this translation helpful? Give feedback.
Well, it took me another 3 hours of digging, but I finally understood that I needed to compile libigl-predicates (the .c portion of the code) and I was finally able to compile my code!