读书人

Cannot open include file: #039;SDKDDKVe

发布时间: 2012-07-27 11:03:00 作者: rapoo

Cannot open include file: 'SDKDDKVer.h'
编译怎么会找不到这个文件?

[解决办法]
This file is part of the Windows SDK and DDK. Check in your %programfiles%\Microsoft SDKs\ directory and make sure the file "SDKDDKVer.h" is present in the include directory of your newest SDK. If it is, add this SDK include directory to your project includes by going to Project Property -> VC++ Directories. If it isn't, download the latest Windows SDK.
What's wrong here? It looks to me like the OpenCV site has failed to identify a dependency on WinDDK.

You need the Windows Driver Kit.

读书人网 >C++

热点推荐