This error will also occur if you forget your main function
Asleep
#include "xml.h" XML::Document doc; doc.load("images/punisher-2.svg");
Awake
#include "xml.h" XML::Document doc; int main() { doc.load("images/punisher-2.svg"); }