-
Notifications
You must be signed in to change notification settings - Fork 149
Description
Hello ,
I have managed to follow your instruction and successfully ran your sample file to process an image using opencv. Then I started to create a tiny application of my own and needed to use the debugger. Since I am in Windows , I had to setup the Windows debugger separately by visual studio installer. After the installation of the Windows SDK, I pointed to the windows debugger from the QtCreator and I started to get compilation error with the same sample application that used to work after the initial setup. The error is:
"C:\Users\si3699\Documents\CustomInstallation\ComputerVision\opencv\build\include\opencv2\core\types_c.h:55: error: C1083: Cannot open include file: 'assert.h': No such file or directory"
Some hint is requested to get around this issue.
Thanks