Ask Your Question
1

Cannot open include file: 'cxtypes.h': No such file or directory

asked 2013-07-07 03:31:02 -0600

Azmul-Hossain gravatar image

how to solve 'cxtypes.h': No such file or directory error

edit retag flag offensive close merge delete

Comments

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.

Notas gravatar imageNotas ( 2013-07-07 04:01:00 -0600 )edit

1 answer

Sort by ยป oldest newest most voted
1

answered 2013-07-07 04:55:14 -0600

berak gravatar image

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

edit flag offensive delete link more

Question Tools

Stats

Asked: 2013-07-07 03:31:02 -0600

Seen: 3,584 times

Last updated: Jul 07 '13