Cannot open include file: 'cxtypes.h': No such file or directory
how to solve 'cxtypes.h': No such file or directory error
how to solve 'cxtypes.h': No such file or directory error
that was an internal 1.0 header.
its modern replacement would be :
#include "opencv2/core/types_c.h"
but 'm sure, you don't need it at all. ( unless, ofc, you're still using <2.0)
first try, to comment it out, i bet, nothing will happen
Asked: 2013-07-07 03:31:02 -0600
Seen: 3,645 times
Last updated: Jul 07 '13
Great tag you got there. Anyway, you solve errors of the sort "no such file or directory" by adding said file to the known include directories.