Matlab to C ++: Unable to open include file: 'mclmcrrt.h': no ​​such file or directory

We tried to execute the m file into a C ++ file using matlab complier. We had a bulit file, but we got the msg error message as follows.

Fatal error C1083: Unable to open include file: 'mclmcrrt.h': No such file or directory

Do you have any ideas about the error message? Any suggestion will be appreciated. Many thanks.

Ying

+3
source share
1 answer

, MCR. h "C:\Program Files (x86)\MATLAB\MATLAB Compiler Runtime\v715\extern\include \"
include C.

Matlab.

+2

Source: https://habr.com/ru/post/1760883/


All Articles