IntelliJ Lombok Compiler Support Disabled

I'm using OpenJDK 1.8.0_XXX,  and everything seems to compile fine from the command line.  But I’m getting an error when I try to run the starter project from IntelliJ
java: You aren't using a compiler supported by lombok, so lombok will not work and has been disabled.<br>  Your processor is: com.sun.proxy.$Proxy26<br>  Lombok supports: OpenJDK javac, ECJ

If you run into this error, you will need to:
- add -Djps.track.ap.dependencies=false to the "Shared build process VM options" 

- make sure "Enable Annotation Processing" is selected