I installed the Eclipse IDE package for Java developers from the Eclipse website. I also work with C ++ projects, so I used the option "Install new software ..." to install the package "C / C ++ Development Tools". After this and restarting Eclipse, the C ++ perspective did not appear; pressing the "Open Perspective" button does not display the "C / C ++" parameter. I also found that I was unable to create a project in C ++; tree "C / C ++" node did not appear in the project creation wizard. Java perspectives and new project options are available.
I verified that the CDT was installed by going to the "Installed Installation Details" dialog box - "C / C ++ Development Tools" appeared in the "Installed Software" list. I tried uninstalling this package and reinstalling it again without success. I tried to completely remove the Eclipse installation and install the "Eclipse IDE for C / C ++ Developers". There were also no C / C ++ parameters in this installation. I checked the .log file in the workspace directory and did not find anything unusual.
Why are C / C ++ functions unavailable after installing the CDT function in Eclipse?
source share