Can’t compile project when I’m using Lombok under IntelliJ IDEA

I have fixed it in IDEA 12 by setting check box Enable annotation processing in: Settings -> Compiler -> Annotation Processors For IDEA 2016.2: Preferences… > Build, Execution, Deployment > Compiler > Annotation Processors After enabling, run Build -> Rebuild Project to have annotations recognized and eliminate errors. For IDEA 2019.2.1, depending on how the … Read more