I am trying to run this code that should open the webcam and take frames.
However, I am getting this error. Cannot open source file "opencv2/highgui/highgui.hpp"
I download opencv and VS15, I followed online guides on how to install opencv 3.1 on VS15 using CMAKE.
However, It gives the error I mentioned above along side some more errors
Cannot open source file "opencv2/highgui/highgui.hpp"
Cannot open source file "opencv2/imgproc/imgproc.hpp"
I am really new to this and it got me frustrated. Any help will be apreciated. Thanks in advance!