In my solution, when I try to run the build it has a reference error, but the whole reference is in the project.
Error:
solution\directory\directory2\Configuration\XPTO.cs(1,7): Error CS0246: The type or namespace name 'BoDi' could not be found (are you missing a using directive or an assembly reference?) solution\directory\directory2\Configuration\XPTO.cs(2,17): Error CS0234: The type or namespace name 'VisualStudio' does not exist in the namespace 'Microsoft' (are you missing an assembly reference?) solution\directory\directory2\Configuration\XPTO.cs(3,7): Error CS0246: The type or namespace name 'OpenQA' could not be found (are you missing a using directive or an assembly reference?) solution\directory\directory2\Configuration\XPTO.cs(4,7): Error CS0246: The type or namespace name 'OpenQA' could not be found (are you missing a using directive or an assembly reference?) solution\directory\directory2\Configuration\XPTO.cs(7,7): Error CS0246: The type or namespace name 'TechTalk' could not be found (are you missing a using directive or an assembly reference?) solution\directory\directory2\Page Object\XPTO1.cs(2,7): Error CS0246: The type or namespace name 'OpenQA' could not be found (are you missing a using directive or an assembly reference?) solution\directory\directory2\Page Object\XPTO1.cs(3,7): Error CS0246: The type or namespace name 'OpenQA' could not be found (are you missing a using directive or an assembly reference?) solution\directory\directory2\Page Object\XPTO2.cs(2,7): Error CS0246: The type or namespace name 'OpenQA' could not be found (are you missing a using directive or an assembly reference?) solution\directory\directory2\Page Object\XPTO2.cs(3,7): Error CS0246: The type or namespace name 'OpenQA' could not be found (are you missing a using directive or an assembly reference?) solution\directory\directory2\Test\XPTO3.cs(2,17): Error CS0234: The type or namespace name 'VisualStudio' does not exist in the namespace 'Microsoft' (are you missing an assembly reference?) solution\directory\directory2\Test\XPTO3.cs(3,7): Error CS0246: The type or namespace name 'OpenQA' could not be found (are you missing a using directive or an assembly reference?)
Project: VS2017 Selenium.WebDriver and Suport 3.13.1 SpecFlow (TechTalk 2.3.2) Microsoft.VisualStudio.TestPlatform... 1.3.2
https://i.imgur.com/MSjfrfm.png and https://i.imgur.com/gqkpHZu.png
Has anyone ever had this problem?