syntax error : missing ';' before identifier 'PVOID64' when compiling winnt.h

前端 未结 6 1129
夕颜
夕颜 2021-01-04 10:57

I\'ve recently got the source-code on a application. When im trying to build the solution, I get an error in all parts where winnt.h is included. The error code

6条回答
  •  天涯浪人
    2021-01-04 11:14

    If you are using DirectX SDK, try changing the VC++ Directories for include and lib to be searched last.

提交回复
热议问题