Visual Studio.NET 2012 から MFC アプリケーションを作成しました。
スクラッチを書きませんでしたが、ビルドします。
そして、次のようないくつかのエラーを返します
error C2059: syntax error : ')' c:\program files (x86)\windows kits\8.0\include\shared\driverspecs.h 350
error C2065: '__In_impl_' : undeclared identifier c:\program files (x86)\windows kits\8.0\include\shared\driverspecs.h 350
IntelliSense: expected a ';' c:\Program Files (x86)\Windows Kits\8.0\Include\um\winnt.h 369
この問題を解決するためにどこから始めればよいかわかりません。
これが画面キャプチャです。
私が疑わしいのは、1 台のコンピューターで Visual Studio.NET 2005、2010、および 2012 を使用していることだけです。
誰でもこの問題について何か考えがありますか?