Unable to compile code (__RPC__in)

C:\Program Files\Microsoft SDKs\Windows\v7.0A\Include\Rpcsal.h

Basically __RPC__out and __RPC__in are defined in "rpcsal.h"
I also faced such issues related to other SDK header files. Just
include "rpcsal.h" in header files, it will probably resolve the issue
原文地址:https://www.cnblogs.com/vcerror/p/4289266.html