error unresolved external symbol when using ccCArrayNew method

VS2012 && cocos2d-x-2.0.1
Everything was OK until I used ccCArrayNew or ccCArrayFree method. The VS2012 showed me the error LNK 2001 and LNK 2019 unresolved external symbol .
I alreadly include ccarray.h.
Can Someone tell me What I missed?

I have the same problem. Did you solve it?

I’m sorry. No good news yet. I am developing my application under Xcode now!

It’s OK. I am planning to do the same anyway. AppCode is my choice. Thanks!
I suppose that the problem with VS is in linker settings related to C code called from C++. But I couldn’t find any info on the Internet.