fatal error: app_version.h: No such file or directory when using nRF5340 DK and nRF Connect for VSC and trying to implement Zephyr versioning

I am using the nRF Connect for Visual Studio Code Add-In running with the nRF Connect 2.5.0 toolchain and was trying to implement the application versioning on a nRF5340 DK following https://docs.zephyrproject.org/latest/build/version/index.html, but I get a fatal error: app_version.h: No such file or directory. I might be missing something but was reading:

To use the version information in application code, the version file must be included, then the fields can be freely used. The include file name is app_version.h (no path is needed)

 

So, it seems like it should work. I've tried with "" and <>.

Parents Reply Children
No Data
Related