Hello,
I am having issues integrating mesh functionality into a preexisting BLE project.
My project is based around an nRF53832, with SoftDevice S132 and uses nRF5_SDK_17.0.0_9d13099. At this stage, I'm simply trying to add SDK for Mesh v5.0.0 files to the project and get the thing to build successfully; however, I keep getting the following error message:

After following the instructions found here, I added all the relevant paths (including mesh/core/api where nrf_mesh.h from the error message is found) to the user include directory list and followed the rest of the instructions (adding source files and macros etc.).
I suppose my questions are:
- Are the steps in the link outdated for the Mesh SDK v5.0.0?
- Is the Mesh SDK v5.0,0 compatible with the nRF SDK v17.0.0? Or, do I need an earlier version of the Mesh SDK?
- Are there any extra steps I may have missed that are not outlined in the link? Since I am trying to add Mesh to my own project rather than an example.
Many thanks in advance for any help given!