I'm looking for the Typo3 documentation "Developing Typo3 Extensions with Extbase and Fluid latest" on page https://docs.typo3.org/typo3cms/ExtbaseFluidBook/1-installation/2-configuring-your-ide.html my project in Eclipse to set up. At first I got a lot of "can not resolve to a type" error messages, which I have reduced for the most part by "Project-> Properties-> PHP-> Source Path-> Include Path-> Add Libraries" include path. Some Error messages have remained: failure description Can someone help me? Does anyone know about setting up a project in Eclipse for Typo3 extensions?
I first wanted to create the two projects Fluid and Extbase in Eclipse and then a new project, which is my extension and then include the Fluid and Extbase project in the extension project.