I wanted to use boost to parse an INI file. in my code i used this includes:
In file included from test.cpp:15:0:
boost/property_tree/ptree.hpp:15:45: fatal error: boost/property_tree/ptree_fwd.hpp: File or directory not found
#include <boost/property_tree/ptree_fwd.hpp>
^
compilation terminated.
This is an error in the ptree.hpp imported file. Maybe this has a quick fix but I'm kinda new to C++. I've checked and both files exist (boost/property_tree/ptree
and boost/property_tree/ptree_fwd.hpp).
Thanks,
Rui