So I added a header files folder to my project and then added a header file. The project would no longer compile after doing so. To troubleshoot, I changed everything in my project back but I am getting compile errors there now too. I've verified that I have the include paths correct for all the below undefined references and if I remove those I get different errors. Any suggestions would be greatly appreciated.
Building ‘TagIt’ from solution ‘TagIt’ in configuration ‘Debug’
Compiling ‘main.c’
Linking TagIt.elf
Output/TagIt Debug/Obj/main.o: In function `sara_recv_event_handler':
undefined reference to `app_uart_get'
Output/TagIt Debug/Obj/main.o: In function `init_sara_com':
undefined reference to `app_uart_init'
undefined reference to `app_uart_flush'
Output/TagIt Debug/Obj/main.o: In function `init_pins':
undefined reference to `nrfx_gpiote_init'
undefined reference to `nrfx_gpiote_out_init'
undefined reference to `nrfx_gpiote_out_init'
Build failed