I'm running Debian buster and KDevelop and I want to try out some of the boost libraries. The boost example lambda code won't compile because it can't find the boost header file which is in /home/user/boost/boost_1_79_0/boost/lambda/.
Adding the full path to the include file just leads to another error, because the first include file includes others in the same directory.
I thought I found the solution in Project/Open Configuration/Language Support but no joy.