Doing what the plugin often sets here is correct, but not enough, at least if you are running Windows.
You will need to add the path to Project-> Properties-> C / C ++ General-> Path and symbols
- Under the “includes” tab, click “Add”
- Select the "add to all configurations" flag
- Enter this path:
path to Arduino IDE installation directory\hardware\tools\avr\avr\include
In my case, the path is C:\Program Files (x86)\Arduino\hardware\tools\avr\avr\include
After this eclipse, it will ask you if you want to rebuild the index, and then all standard characters will be resolved correctly.
source share