Since I don't have much experience, installing new C/C++ packages, this might be an obvious mistake. However, I found no solution for it yet.
The official tutorial for installing opencv is a bit unclear: https://docs.opencv.org/4.x/d7/d9f/tutorial_linux_install.html
I followed the steps as described under Build with opencv_contrib. But I didn't follow the install steps since they sounded optional (h2). However, when I try to include opencv after building, opencv fails. How can I let VS Code know where to find my opencv build?
I am using the C/C++, C/C++ Runner extensions if that helps answering my question.