1 | initial version |
You need to add the libraries to the VS project like they explain in this tutorial
tl;dr you just need to add the include directory to the additional include directories, your library folders to the additional library directories and all .lib you need to the additional dependencies. Also, as stated here, you will need to add opencv to your path.
This article might come in handy too.
Reading the documentation helps a lot ;)