Why can't C ++ Builder find my headers?

I need to recompile the C ++ builder project, and I ran into this problem.

one of the blocks contains the following:

#include    "LMDBaseControl.hpp"
#include    "LMDBaseGraphicControl.hpp"
#include    "LMDBaseLabel.hpp"
#include    "LMDBaseMeter.hpp"
#include    "LMDControl.hpp"

:

When I compiled this device, I received the following error messages:

MHSS_ISS_HMI_v3_2.cpp (41): #include .... \ include \ MHSS \ iss_hmi_gui_cached.h [C ++ error] iss_hmi_gui_cached.h (68): E2209 Cannot open the include file 'LMDBaseControl.hpp'

Full analyzer context

MHSS_ISS_HMI_v3_2.cpp (41): #include .... \ enable \ MHSS \ iss_hmi_gui_cached.h [C ++ error] iss_hmi_gui_cached.h (69): E2209 Cannot open include file 'LMDBaseGraphicControl.hpp'

Full analyzer context

MHSS_ISS_HMI_v3_2.cpp(41): #include....\\MHSS\iss_hmi_gui_cached.h [ ++] iss_hmi_gui_cached.h(70): E2209 include 'LMDBaseLabel.hpp'

MHSS_ISS_HMI_v3_2.cpp(41): #include....\\MHSS\iss_hmi_gui_cached.h [ ++] iss_hmi_gui_cached.h(71): E2209 include 'LMDBaseMeter.hpp'

MHSS_ISS_HMI_v3_2.cpp(41): #include....\\MHSS\iss_hmi_gui_cached.h [ ++] iss_hmi_gui_cached.h(72): E2209 include 'LMDControl.hpp':

LMD Tools 7.0 Borland ++ builder 6 , LMD Tool.

+3
2

, H (2 Borland).

+7

. , ? .

+2

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


All Articles