Hello,
I´m porting a game I did in jave some months ago to Cocos 2dx.
We compile the game into a library and connect the library into the example to run the game. It works properly on mac. But when going to windows I can´t compile my library due to the following error
error C1083: Can´t include: ‘CCConsole.h’: No such file or directory
Any idea or direction to fix this problem?
I´m Using visual studio 2013.