How to resolve the error: esp_nn.h while compiling with the use of edge implulse

C:\Users\dell\Documents\Arduino\libraries\esp32-veh-detection_inferencing\src\edge-impulse-sdk\tensorflow\lite\micro\kernels\add.cpp:530:10: fatal error: esp_nn.h: No such file or directory
#include <esp_nn.h>

Hi @niyoalexa,

Our official support for esp32 uses esp-idf, you’ll run into compiling issues with Arduino and lower performances. See the answer here for a workaround if you can’t switch to esp-idf.

Aurelien