File import callback not supported error

Update: I tried the same project files on VScode on Mac and it worked just fine, so it must be a problem related to windows

Hello everyone,
I am working on the Dex project and everything was working well. I reinstalled truffle and then started to get File import callback not supported error when trying to compile contracts with imported openzeppelin contracts. I am getting this error even though the import links are OK I keep geting this error when trying to compile.
Please not that the same code used to work before reinstalling truffle so it is not a problem related to the code it self.
Hear are 2 screenshots of the imports and the error in the terminal

Capture

Capture1

I am using windows 10 64
did anyone have this problem? any advices on how to fix it?
Thank you

Can you share a screenshot of your project directories?

sure
Capture

1 Like

Quite strange, the paths you are using look correct to me.
Could you please push your project to github and share the link with me? I would like to try that locally

I actually tried the same project files on mac and they worked as expected, so I think it is something that is related to Windows

1 Like

I couldn’t solve the problem yet
here you can find the files: https://github.com/alnajemriyad/Dex
Please let me know if I need to fix anything in Windows or install something

Thank you in advance