I'm trying to install and use the TVirtualStringTree component in Delphi 12 Community Edition, but I'm running into issues. I followed the installation steps provided in the documentation, but the IDE still cannot find the component. Here's what I did:
However, when I try to compile my project, I get the following error:
[dcc32 Fatal Error] Unit1.pas(7): F2613 Unit 'VirtualTrees.BaseAncestorVCL' not found.
It seems like the IDE isn't recognizing the TVirtualStringTree component, even after following all the installation steps. How can I resolve this issue and properly install and use TVirtualStringTree in Delphi 12?
Additional Information:
Any help would be greatly appreciated!
All steps were necessary, and I have completed them, except for step 2, where the path should be included. After including the source path, it worked, and the IDE was able to find the components.