I've got a project and MPLAB X underlines all the variables (PORTA etc.) in the include file with a red line and says it can't find the include file.
The error is,
When I hold Ctrl as suggested, I get this,
The file compiles without warnings or errors.
I've now placed the "missing" include file in the project directory and done,
#include <xc.h>
#include "pic16F1827.h"
and that seems to fix it.
But now it says uint64_t isn't defined!!!