When combining two projects suddenly an error appears

Hi all,

I am going to try making a game in Unity.
But for now i am just trying to figure out how to fix some basic things in my project.

I am combining two different unity projects. I saved one project as a package and included it into the second project.

Seperate from eachother everything works, but when i import the second project it suddenly doesn’t work anymore and i get the following error:

“Assets/Scripts/Player/PhysicsCharacterMotor.cs(6,38): error CS0246: The type or namespace name `CharacterMotor’ could not be found. Are you missing a using directive or an assembly reference?”

I already searched everywhere but i can’t find the solution specially not because it’s working as a project on it’s own.

Anyone has any ideas where i can search for a solution on this?

No one?

I haven’t used unity much yet, i trought this might be a known problem… but i guess not?

Maybe i have placed this in the wrong sub-forum, and should it be placed in scripting, because it has something to do with the script.

Maybe a mod can move it there? Because i don’t want to cross-post it.