I’m testing using Timeline FX in my project and get “Duplicate identifier ‘XMLElement'” because timeline fx uses the same name as tinyxml2. what’s the easiest fix?
 
[EDIT] I changed the “XMLElement” to “TimelineXMLElement” in loaders and xml, and that fixes it. Maybe you could come up with something similar or use tinyxml2 ?