I rebased one of my feature branches on origin/develop, then refreshed gradle in IntelliJ and then rebuilt my IntelliJ project but IntelliJ insists that OQLLexerTokenTypes does not exist. My project is full of errors like this:
Error:(29, 51) java: cannot find symbol symbol: class OQLLexerTokenTypes location: package org.apache.geode.cache.query.internal.parse Any ideas how to get my IntelliJ project working again without losing too much time? Thanks, Kirk