You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: