Thanks but this does not seem to fix anything with express -
Particle plugin for example says -
1>StdAfx.cpp
1>Warning: compiler or settings not compatible with Construct Runtime ABI. Enabling workaround functions. See SDK docs on 'Runtime ABI'.
1>E:\Program Files\Microsoft Platform SDK\Include\mfc\afxwin.h(1227) : fatal error C1083: Cannot open include file: 'afxmsg_.h': No such file or directory
vector says -
StdAfx.h(24) : fatal error C1083: Cannot open include file: 'atlstr.h': No such file or directory
etc... Are you testing this with express by the way? If so what else did you adjust to make it build?
Right now it seems more is needed than the DDK fix. Microsoft Platform SDK is a different structure to DDK but it seems to find some parts, since it's a different version i am guessing it might have a different setup also though so the same instructions might not apply correctly.