我的解决方案文件中使用了柯南头文件,但找不到头文件。
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和其他一些头文件。