Hello NXP Community, thanks first for your existence!
I have a really annoying problem on my MCUXpresso under Ubuntu Linux. If I try to import a zephyr project, I am able to find the project and I am also able to click on import.

But nothing happens after that. The Project never appeared in the installed Repositories. I also don't get any error notification or something. If I add my freestanding App to workdirectory, it appears in MCUXpresso in Projects.
A build fails with the CMake errors:
1)Cannot specify sources for target "app" which is not build by this project
2) unknown Cmake command "zephyr_include_directories"
The same project is working under WIndows WSL. I also can build it with west.
Thanks for help!