错误:无法打开包含文件:'MQTTAsync.h':没有这样的文件或目录

时间:2019-08-27 05:51:42

标签: c++ mqtt paho

OS -Windows 10 x64

图书馆mqtt Microsoft Visual Studio社区2017版本15.9.15

编程语言-C ++ 17

使用vcpkg安装了 paho-mqtt paho-mqttpp3 paho-mqttpp3 [ssl]

我正在使用mqtt创建一个c ++程序。 但是只要我使用下面给定的标题

#include <mqtt/async_client.h>

出现以下错误

d:\vcpkg\installed\x64-windows\include\mqtt\async_client.h(27): fatal error C1083: Cannot open include file: 'MQTTAsync.h': No such file or directory

但是MQTTAsync.h文件在给定位置可用 D:\vcpkg\installed\x64-windows\include\paho-mqtt

我按照下面的链接创建了新的控制台项目

https://github.com/Microsoft/vcpkg/issues/1848

仍然没有解决问题

0 个答案:

没有答案