You are trying to create an object inside a package which is marked as structural package. Structural packages only allow the creation of sub-packages within them. Either removal the Structural flag from the details settings of the package you are trying to use or create a sub-package within this package for your development object.
↧