How to fix fatal error: rapidxml_utils.hpp: No such file or directory
If you are seeing an error message like fatal error: rapidxml_utils.hpp: No such file or directory
in a line like
#include "rapidxml_utils.hpp"
or
#include <rapidxml_utils.hpp>
you likely need to replace that line by
#include <rapidxml/rapidxml_utils.hpp>
If this also doesn’t work, you might not have RapidXML installed. SeeĀ How to install RapidXML on Ubuntu for details on how to do that on Ubuntu.
If this post helped you, please consider buying me a coffee or donating via PayPal to support research & publishing of new posts on TechOverflow