Include paths: Changes from v. 3.2 to 3.4.
I recently had to update.
For a simple test app just using core and highgui in v.3.2 for the include path suffices
..\opencv\build\include
Now in v.3.4 I need 5 single includes from
source/modules
and 1 more from build directory.
Despite the tutorial/ description.
Or do I do some wrong configuration?