Search code examples
c++eclipse-cdtlibxml2

Unresolved Inclusion libxml++ Eclipse Mars CDT


I installed Eclipse Mars CDT and libxml++-3.0.0 on my Ubuntu 16.04 machine and I am having issues with an 'Unresolved Inclusion' error for the #include in my C++ code.

I added libxml++ to the path as well by going to the project properties->C/C++ General->Paths and Symbols->GNU C++ 'Add...'. I did the same for libxml2 as well since libxml++ is dependent on libxml2.

However, I am still having this 'Unresolved Inclusion' error, so I am unable to build my project. Any ideas on how I can solve this issue?


Solution

  • It turns out that the 3.0.0 version of libxml++ is not a stable version. I downloaded 2.6.1 and it seems to be running fine.