请帮我解决下面提到的错误?我开始在Eclispe中Opencv

Kindly help me resolve below mentioned error? I am beginning to Opencv in Eclispe

本文关键字:开始 Opencv 错误 Eclispe 解决      更新时间:2023-10-16
00:00:35 **** Incremental Build of configuration Debug for project Working ****
Info: Internal Builder is used for build
g++ "-IC:\opencv\build\include\opencv" "-IC:\opencv\build\include\opencv2 -O0 -g3 -Wall -c -fmessage-length=0 -std=c++11 -o src\abc.o ..\src\abc.cpp" 
g++.exe: fatal error: no input files
compilation terminated.
00:00:35 Build Finished (took 100ms)

引号有问题。

检查编译器设置,以便 g++ 命令行中的 -I... 和以下参数不会括在一对双引号中。通过这种方式,g++ 认为它只是一个参数。