This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

Include header files to MQTT sample app

I am using as template the MQTT sample app from NRF Connect 1.3.0, for which I want to create my own application modules, I have added the .c files to src, but I am having problems to include the .h files

I have read and tried this post, create the Include folder in the same path as src and include the headers in my main.c file, but it did not work for me as it keeps saying no such file or directory, can someone tell exactly the path to place the include folder or if the #include "test.h" must have some special path to be included?

Thanks!

Related