I have a project with console framework that uses sf_el_nx_comms component. When I compile the project I get the following error:
<ProjectDir>\synergy\ssp\inc\framework\instances\sf_el_nx_comms.h:41:10: fatal error: 'sf_el_nx_comms_cfg.h' file not found
The file in question - sf_el_nx_comms_cfg.h'- seems to be missing. I've seen other cases of files ending in *_cfg.h missing. These *_cfg.h should be auto-generated files. What is the solution to this problem?