mac xcode工程,新增的opencv头文件报错:

with <opencv2/core/core.hpp> file not found with <angled> include, use "quotes" instead.

 

解决方法:https://stackoverflow.com/questions/17465902/use-of-external-c-headers-in-objective-c

xcode工程报错:opencv2/core/core.hpp file not found with include, use "quotes" instead

路径设置好后,还要将:Always Search User Paths设置为Yes:

xcode工程报错:opencv2/core/core.hpp file not found with include, use "quotes" instead

相关文章:

  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-08-02
  • 2021-10-01
  • 2021-10-16
  • 2021-07-21
  • 2021-10-29
猜你喜欢
  • 2022-12-23
  • 2021-07-13
  • 2021-09-26
  • 2021-06-20
  • 2021-08-18
  • 2022-12-23
  • 2022-12-23
相关资源
相似解决方案