Hi
I just tried to go from visual c++ 2008 to 2013. The old one uses included directories for the entire environment (so I just set this once for all my projects). The newer version of visual studio didnt work with my old projects. It tried some conversion but i think i need to set up all include paths/library paths etc. Is this correct?
I include them in the project->properties->vc++ directories->include directories but i still get:
Error 1 error C1083: Cannot open include file: 'hge.h': No such file or directory
Even though that file is in the folder i included.
13 IntelliSense: identifier "hgeSprite" is undefined
Thanks