VS2010 32bit C++

Hello,

I am at the beginning stages of plug-in development and I noticed a problem while trying to compile both 64 and 32 bit in VS 2010 C++ (for Rhino 5). Release + x64 builds normally…but when I change to Release + Win32 it won`t compile…I am getting :

fatal error C1083: Cannot open include file: ‘afxcontrolbars.h’: No such file or directory

How do I compile a (release) 32 bit version of a plug-in in VS2010?

Thanks

From http://wiki.mcneel.com/developer/cplusplusplugins

Requirements:

Microsoft Visual C++ 2010 for Rhino 5 64-bit.
Microsoft Visual C++ 2005 for Rhino 5 32-bit and Rhino 4.

More information:

http://wiki.mcneel.com/developer/sdksamples/trackererror