Compile error vs2010

Hi.

When compiling I get the following error:

ccparticlesystemquad.cpp(289): error C2275: cocos2d::ccV2F_C4F_T2F: недопустимое использование этого типа в качестве выражения
cctypes.h(223): см. объявление “cocos2d::ccV2F_C4F_T2F”
ccparticlesystemquad.cpp(289): error C2065: colors: необъявленный идентификатор
ccparticlesystemquad.cpp(289): error C3861: offsetof: идентификатор не найден
ccparticlesystemquad.cpp(291): error C2275: cocos2d::ccV2F_C4F_T2F: недопустимое использование этого типа в качестве выражения
cctypes.h(223): см. объявление “cocos2d::ccV2F_C4F_T2F”
ccparticlesystemquad.cpp(291): error C2065: texCoords: необъявленный идентификатор
ccparticlesystemquad.cpp(291): error C3861: offsetof: идентификатор не найден

why?

What’s the language of the error messages?
What is the version of cocos2d-x?

Hi, Igor Cool, is it a Russian version of VisualStudio? It looks so funny :slight_smile:
ccV2F_C4F_T2F is defined in cocos2dx/include/ccTypes. I just test the compilation of win32 port in VisualStudio2008 Professional Version English, it works fine.

Yes, it is a Russian version.
Reinstall VS 2010 Express solved this problem.