Hello Team,
I’m working on implementing BLE Mesh on the nRF52832. I extracted the BLE Mesh ZIP file and placed it in the same directory as the nRF SDK. Then, I opened the Light Switch example, but I encountered multiple header file errors.
After manually adding missing header file paths one by one, I started getting the following error:
"Included host-side implementation of header file in target build! Remove the path of this file from your include paths."
I suspect this might be due to incorrect include paths or a conflict between host and target files. How can I resolve this issue?
Would appreciate any guidance. Thanks!