Hi,
Some source files in TF-M are templated and generated inside /<build_dir>/generated/ on the fly as a part of build process. This guaranty consistency between templates and generated but might make a trouble for IDE, where
not all source files exist at the first run.
I see 2 options for solution:
Any alternative thoughts?
Anton