warning LNK4098: defaultlib 'LIBCMT' conflicts with use of other libs; use /NODEFAULTLIB:library

Anyone know how to fix this? Comes out of Release builds in cocos2d on 2.2.x

This is going to drive me crazy :wink:

Add libcmt.lib to your project properties->Linker->Input->Ignore Specific Default Libraries.

thanks!