Vista SDK Build Problem
-
I am using VS2005. When I want to build a project using Vista SDK libraries ( Media Foundation) I receive errors below : 1>c:\program files\microsoft sdks\windows\v6.0\include\propsys.h(896) : error C2061: syntax error : identifier '__RPC__out' 1>c:\program files\microsoft sdks\windows\v6.0\include\propsys.h(900) : error C2061: syntax error : identifier '__RPC__in' 1>c:\program files\microsoft sdks\windows\v6.0\include\propsys.h(905) : error C2061: syntax error : identifier '__RPC__in_opt' 1>c:\program files\microsoft sdks\windows\v6.0\include\propsys.h(1305) : error C2061: syntax error : identifier '__RPC__out' 1>c:\program files\microsoft sdks\windows\v6.0\include\propsys.h(1308) : error C2061: syntax error : identifier '__RPC__deref_out_opt' I am getting some errors also for structuredquery.h. In Tools->Options->vc++ Projects , my includes file directories order is : $(VCInstallDir)PlatformSDK\include $(VCInstallDir)include C:\Program Files\Microsoft SDKs\Windows\v6.0\Include $(VCInstallDir)atlmfc\include $(FrameworkSDKDir)include How can I resolve this issue ? Thanks