已安装柯南软件包,但在我的解决方案中找不到头文件

时间:2019-07-12 07:05:04

标签: c++ conan

我的解决方案文件中使用了柯南头文件,但找不到头文件。

Ran conan删除* -f,在Visual Studio中进行了干净的构建。

#include "../Interfaces/Infrastructure/ITubeCommonServices.h"
using namespace KM::CalculationLayer::LogicSublayer;
#include "../Framework/Common/InterfaceImplementer.h"
using namespace KM::CoreLayer;
#include "../Interfaces/Aggregate/ITubeCalculations.h"
#include "../Interfaces/Infrastructure/Media/MediumId.h"

应该识别ITubeCommonServices.h,InterfaceImplementer.h和其他一些头文件。

0 个答案:

没有答案