release build

my project builds and runs fine on debug mode but when i try to build in release mode i get
6>LINK : fatal error LNK1181: cannot open input file ‘libcocos2d.lib’
any idea whats wrong?

Please check if libcocos2d.lib is generated in the release folder?
Perhaps you forget to set the dependency between your game & cocos2dx lib.

i guess it was just a fluke since it’s working now, thanks anyways.