error LNK2019: 无法解析的外部符号 _该如何处理

error LNK2019: 无法解析的外部符号 _
错误 2 error LNK2019: 无法解析的外部符号 _cvCreateImage,该符号在函数 "class std::vector<struct CvRect *,class std::allocator<struct CvRect *> > __cdecl detect_and_draw(struct _IplImage *)" (?detect_and_draw@@YA?AV?$vector@PAUCvRect@@V?$allocator@PAUCvRect@@@std@@@std@@PAU_IplImage@@@Z) 中被引用 D:\dlib-18.10\examples\build\face_landmark_detection_ex.obj face_landmark_detection_ex

错误 4 error LNK2019: 无法解析的外部符号 _cvCreateMemStorage,该符号在函数 "class std::vector<struct CvRect *,class std::allocator<struct CvRect *> > __cdecl detection(char *)" (?detection@@YA?AV?$vector@PAUCvRect@@V?$allocator@PAUCvRect@@@std@@@std@@PAD@Z) 中被引用 D:\dlib-18.10\examples\build\face_landmark_detection_ex.obj face_landmark_detection_ex

在一个项目中可以,和其他项目合并后就出现这个问题,请问怎么解决?
------解决思路----------------------
设置库目录和库文件
------解决思路----------------------
引用:
设置库目录和库文件


support
------解决思路----------------------
二楼。。。。
------解决思路----------------------
链接不到相关的库文件