QTLNK2019:无法解析外部符号__thiscall ...,未找到文件*.obj

另外一个文件夹的源文件调用其他文件下的.cpp方法出现程序无法构建的问题,报错CPICommV001.obj:-1: error: LNK2019: 无法解析的外部符号 "public: struct CProductInfo & __thiscall CGlobalInterface::getProductInfo(void)" ,该符号在函数 "public: virtual unsigned char __thiscall CPICommV001::parsePacket() 中被引用

img

img

getProductInfo的方法定义在哪个项目(不是声明是定义哦)?BasicsFrame吗?
BasicsFrame又是什么类型的项目,库吗?
现在的情况就是CPICommV001这个项目没有链接包含CGlobalInterface::getProductInfo(void)这个方法的库,具体是哪个库得问你了我们可不知道

有人说缺少库lib,但是我不知道具体缺少哪个库,大神们再快看啊看

img