Visual Studio 2010 beta特有の問題かもしれませんが、windows.hをincludeしたときに、以下のようなエラーが出る場合があります。
c:\program files (x86)\microsoft sdks\windows\v7.0a\include\objidl.h(11280): error C2061: 構文エラー : 識別子 '__RPC__out_xcount_part'
c:\program files (x86)\microsoft sdks\windows\v7.0a\include\objidl.h(11281): error C2059: 構文エラー : ')'
c:\program files (x86)\microsoft sdks\windows\v7.0a\include\objidl.h(11281): fatal error C1903: 直前のエラーを修復できません。コンパイルを中止します。
これは、objidl.hの読み込み順序が影響しているようです。
プロジェクトの設定→構成プロパティ→VC++ Directories→Include Directoriesで、objidl.hのある以下のディレクトリを追加すると直りました。
C:\Program Files (x86)\Microsoft SDKs\Windows\v7.0A\Include