Invalid project path on Eclipse
Posted: Fri Mar 22, 2019 4:22 pm
Hi everyone,
After I moved all my header files from main folder to main/include folder following a component structure, I get this warnings in Eclipse:
Everything is configured following the Getting Started documentation for Eclipse on Windows
Any ideas?
After I moved all my header files from main folder to main/include folder following a component structure, I get this warnings in Eclipse:
Code: Select all
Description Resource Path Location Type
Invalid project path: Include path not found (\c\Users\gunar.kroeger\Desktop\eclipse\ESP32_Project\main\include).
ESP32_Project pathentry Path Entry Problem
Description Resource Path Location Type
Invalid project path: Include path not found (C:\msys32\home\gunar.kroeger\esp\esp-idf\components\http_server\include).
ESP32_Project pathentry Path Entry Problem
Any ideas?