I’m reposting the text of a comment on Github in the LOEclipse repo here because I didn’t find a repo for the SDK where I could raise an issue. Any help finding the correct place to raise an issue is appreciated:
Starting with version 7.5.0.1, the SDK appears to be missing the entire IDL folder.
Eclipse will not recognize the SDK if this folder is missing.
Workaround (which will most likely cause “unexpected behavior” downstream):
- In addition to the 7.5.X.X version of the SDK that is causing the problem, install version 7.4.6.2 of the SDK (the last version that included the IDL folder) for your operating system from here: Index of /libreoffice/old/7.4.6.2
- After installation completes successfully, copy the IDL folder and its contents from the 7.4.6.2 SDK installation folder over to the 7.5.X.X SDK folder.
Eclipse will now recognize the SDK.
Be aware that I have detected changes in files in the IDL folder from version to version, so this may cause errors downstream when you build your solution, until the LibreOffice devs fix the SDK and provide a new download.