Problem Loading Tilemap

Hello!

I’m having a problem trying to load a tilemap on cocos2d-x c++ v3.10.

The code I have is this: http://pastebin.com/jLLf42Bj
^^

And if you’re interested in the XML(of the tmx file): http://pastebin.com/UjyGbYam

Here’s the error Visual Studio is giving to me: http://puu.sh/ntLyS/44a91434bb.png

The tileset and the tmx are in the Resource Folder inside a folder called “overworld”.

Hope you can help me!

Nevermind, just got it to work!
Found out my tmx file was formated in CVS and not in XML.

It works now!