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