I'm trying to create new VCL component in RAD Studio XE2. I got the same result using C++ Builder or Delphi:
How do I get the list of VCL components? I tried "repair setup," but no success.
That happens when your list of design-time packages is empty. So, somehow I guess you have lost your design-time packages. Restore them like this:
At this point the New Component dialog will start offering you some ancestor components.
For those who still have not solved the problem, it seems that the PowerPDF Package inhibits listing of ancestors. (for unknown reasons) If you have installed it, try temporarily disabling it in Component/Installed packages (uncheck the PowerPDF Design-time package). Magically, all your ancestors will reappear....:-)
Component
menu. Except "Install Packages", and only for troubleshooting. – Cosmin Prund