i try to build STK current on my machine, windows7 64 bit, when i load project, i got this error on my Microsoft Visual c++ 2010 express
D:\stk-trunk\src\ide\vc10\supertuxkart.vcxproj : warning : Platform 'x64' referenced in the project file 'supertuxkart' cannot be found. Please make sure you have it installed under '%VCTargetsPath%\Platforms\x64'.
D:\stk-trunk\src\ide\vc10\bullet_lib.vcxproj : warning : Platform 'x64' referenced in the project file 'bullet_lib' cannot be found. Please make sure you have it installed under '%VCTargetsPath%\Platforms\x64'.
D:\stk-trunk\src\ide\vc10\enet.vcxproj : warning : Platform 'x64' referenced in the project file 'enet' cannot be found. Please make sure you have it installed under '%VCTargetsPath%\Platforms\x64'.
D:\stk-trunk\lib\irrlicht\source\Irrlicht\Irrlicht10.0.vcxproj : warning : Platform 'x64' referenced in the project file 'Irrlicht' cannot be found. Please make sure you have it installed under '%VCTargetsPath%\Platforms\x64'.
how to fix this error?
thanks and regards