Hi Willem, I guess the problem is that you haven’t built PLC4X using maven yet. The missing symbols, that you are referring to usually get generated during the build.
So please just run a maven “package” build, or “install”, or whatever you prefer. This will build the Java part of PLC4X and hereby generate the missing types. Chris From: Willem Remie <[email protected]> Date: Saturday, 19. November 2022 at 16:37 To: [email protected] <[email protected]> Subject: IntelliJ project build fails Hi all, I’m wondering if someone could help me out properly setting up IntelliJ IDEA for this project. For some reason the build fails and the IDE is unable to resolve symbols. However, the maven commands run perfectly fine. Does this sound familiar to anyone using the same IDE? Regards, Willem
