Wizard + Remix Work but Remix import mixed dependencies notworking

The same code structure using in Wizard open Remix is work but when I save into repository and want to run in another workspace, it doesn't work. The error state

"ParserError: Source "@openzeppelin/contracts-upgradeable@4.3.3/access/IAccessControlUpgradeable.sol" not found: Deferred import
--> @openzeppelin/contracts-upgradeable@4.3.3/access/AccessControlUpgradeable.sol:5:1:
|
5 | import "./IAccessControlUpgradeable.sol";
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
"
and much more similar to this one.

I wonder what is different that make this not working and working in another workspace generate by Wizard?

Hi, welcome! :wave:

So what is the another workspace? Your local environment?
And maybe you need to install the dependencies to import.

If opening in Remix automatically doesn't work, try using the "Copy" function and pasting it manually into your existing Remix workspace.

Okie, Thank you for your answer. Since the remix normal one is auto-generate ONLY the one we added not all

Thank you for your answer. It is the opposite story, I try to merge contracts to my own existing workspace.