If Still cnt work, you might try select "Obtain processors from project classpath" which is under "Enable annotation processing".
By selecting the "Obtain processors from project classpath" radio button, you ensure that your project uses Lombok's annotation processor from the classpath, which is typically the correct approach when Lombok is added as a Maven or Gradle dependency.
The default option of selecting the "Processor Path" can sometimes cause issues if the path is not correctly resolved or if the Lombok jar file is misplaced. Switching to "Obtain processors from project classpath" resolves such problems since it automatically detects Lombok from the dependencies.