I've faced an issue, when was trying to import a human mesh into Irrlicht project.
Firstly, I created a human model using makeHuman, then exported it into mhx2 file.
Afterwards, I imported it into Blender and exported as 3ds single file.
Now I'm looking into the model using mesh viewer (from tutorial) and here what I've got:

There are following errors in the console window:
Could not load a texture for entry in 3ds file: brown_eye.pn
Could not load a texture for entry in 3ds file: female_casua
Could not load a texture for entry in 3ds file: female_casua
Could not load a texture for entry in 3ds file: female_casua.000
Could not load a texture for entry in 3ds file: braid01_diff
Could not load a texture for entry in 3ds file: braid01_diff
Could not load a texture for entry in 3ds file: shoes02_diff
Could not load a texture for entry in 3ds file: shoes02_diff
Could not load a texture for entry in 3ds file: brown_eye.pn
Could not load a texture for entry in 3ds file: brown_eye.pn
Could not load a texture for entry in 3ds file: shoes02_diff
Could not load a texture for entry in 3ds file: shoes02_diff
Could not load a texture for entry in 3ds file: braid01_diff
Could not load a texture for entry in 3ds file: braid01_diff
Could not load a texture for entry in 3ds file: female_casua
Could not load a texture for entry in 3ds file: female_casua
Could not load a texture for entry in 3ds file: female_casua.000
Could not load a texture for entry in 3ds file: middleage_li
Could not load a texture for entry in 3ds file: middleage_li
Could not load a texture for entry in 3ds file: middleage_li
Could not load a texture for entry in 3ds file: middleage_li
Loaded mesh: c:/users/artem/documents/visual studio 2015/projects/dungeon/thirdparty/girl.3ds
The file itself - https://drive.google.com/open?id=0B6Zfx ... DlvNGJXNTQ
And I can't figure out how to fix it.
My main goal is to create a human model using makehuman, then add animations to it (run, jump etc.) then import it into my game project.
I'm a newbie to 3d modeling, so maybe my questions is a bit stupid, sry then
Thanks in advance,
Ami00