Hello there,
I followed tutorial in [On you pages](http://docs.opencv.org/3.0-beta/doc/tutorials/introduction/windows_install/windows_install.html) "Installation by Using the Pre-built Libraries".
Then I tried this simple cout function:
#include
#include
using namespace std;
void main()
{
cout << "OpenCV Version: " << CV_VERSION << endl;
}
When debugging, VS 2013 throw me this errors:

I also folowed tutorial on [Youtube](https://www.youtube.com/watch?v=EcFtefHEEII) which I think is the same as first tutorial.
Can anyone help me figure out this problem?
Thanks much
↧