When I create a solution, one machine setting up all needed references and then transfer to another machine the references show as missing with a yellow triangle.
I have looked in the .csproj file for the paths and they are relative and seem to be pointing in the exact correct location. However, if I click on one of the missing references, the path field in properties is blank. But on the original machine, the paths shows correctly.
I have tried deleting the .suo file after searching on here and finding that was a possible solution, but most other solutions point toward making sure the .csproj file has relative paths, which it already does.
We are trying to use git as source control, surely we should be able to share projects without restoring references? Can someone please help.