In my app, I am upgrading from Cocos2D version 1.10->2.0-rc0a.
So I did everything the right way as far as I know, the problem I think just has to do with the user header search path.
So my Cocos2D files are within a folder within a folder within a folder within a folder, which is on my Desktop. So the actual cocos2D files are 4 folders within until it gets to the desktop.
And my user header search path looks like this:
"/Users/myname19/Desktop/NewMyAppBeta/MyApp3/MyApp3"
So the full error is: Lexical or Preprocessor Issue, ‘kazmath/kazmath.h’ file not found in CCNode.h. There are actually 4 of these issues but they are identical.
Does anyone know how to fix this issue?
Thanks!
Meaning: check if the kazmath.h file is actually there where it’s supposed to be. If not, copy it respectively the entire kazmath folder. It’s not under the cocos2d folder but in a separate “external” folder so chances are you might have missed to copy it into your project.