I added a few scripts to my server, had to move some doubles out of my custom folder, and now I am getting these two errors on just about every script:

The type or namespace name 'IShopSellInfo' could not be found (are you missing a using directive or an assembly reference?)

The type or namespace name 'BaseVendor' could not be found (are you missing a using directive or an assembly reference?)

What did I erase that I should not have or what can I do?
 
Your BaseVendor.cs script is not found, was this one which you moved out? It should be in scripts/mobiles
 
Back