MSBuild not seeing detours.h header from vcpkg
I am trying to build a Visual Studio 2019 solution on AppVeyor. It has a dependency of Microsoft Detours. I am using vcpkg to install detours which works correctly on my local machine. However, on the AppVeyor VM, after running vcpkg install detours and vcpkg integrate install, it does not detect the header files, and failling to compile, and I am not sure why.
Here is the GitHub pull request that is failing to compile.
https://github.com/e7ite/WaWDll/pull/6
Attached is a screenshot of the log of the AppVeyor build
-
Capture.PNG 111 KB
Keyboard shortcuts
Generic
? | Show this help |
---|---|
ESC | Blurs the current field |
Comment Form
r | Focus the comment reply box |
---|---|
^ + ↩ | Submit the comment |
You can use Command ⌘
instead of Control ^
on Mac