c++ SDK help

Posts 1–2 of 2 · Page 1 of 1
c++ SDK help
hey guys i have vs c++ 2010 and sdk 2006 (april 2006) and i get this error can you help me fix?

thanks

Code:
1>C:\Program Files (x86)\Microsoft SDKs\Windows\v7.0A\include\objidl.h(11280): error C2061: syntax error : identifier '__RPC__out_xcount_part'
1>C:\Program Files (x86)\Microsoft SDKs\Windows\v7.0A\include\objidl.h(11281): error C2059: syntax error : ')'
1>C:\Program Files (x86)\Microsoft SDKs\Windows\v7.0A\include\objidl.h(11281): fatal error C1903: unable to recover from previous error(s); stopping compilation
========== Build: 0 succeeded, 1 failed, 0 up-to-date, 0 skipped ==========
Right-click on the project > Properties > VC Directories. Make sure that "C:\Program Files (x86)\Microsoft SDKs\Windows\v7.0A\include" or $(WindowsSdkDir)include is first in the Includes list.
Posts 1–2 of 2 · Page 1 of 1

Post a Reply

Similar Threads

Tags for this Thread

None

Need help?