Include path errors even after setting proper include paths

Viewed 28

I am getting the error Cannot open source file error in Visual Studio 2022. I have done all settings needed for C/C++ development on VS-2022. I have also set the proper Additional Include Directories by going in:

  1. Project->Properties->C/C++->General
  2. Linker->General->Additional Library Directories
  3. Linker->Input->opencv_world420d.lib

Yet I keep getting the error.Here is the screenshot of error I keep getting.

0 Answers
Related