SpecFlow build errors bug Could not find a reference to SpecFlow in project
I have just added a specflow file (feature) on my visual studio 2017 and then got these errors. specflow-visual-studio-errors-build Error CS1029 #error: ' Could not find a reference to SpecFlow in project 'MyFourthBDDProject'.' CS1029 #error: 'Please add the ' TechTalk.SpecFlow' package to the project and use MSBuild generation instead of using SpecFlowSingleFileGenerator .' CS1029 #error: 'For more information see https://specflow.org/documentation/Generate-Tests-from-MsBuild/' Custom tool error: Generation error: Could not find a reference to SpecFlow in project 'MyFourthBDDProject'. Please add the 'TechTalk.SpecFlow' package to the project and use MSBuild generation instead of using SpecFlowSingleFileGenerator. For more information see https://specflow.org/documentation/Generate-Tests-from-MsBuild/ MyFourthBDDProject C:\Users\cuechi\source\repos\MyFourthBDDProject\MyFourthBDDProject\SpecFlowFeature1.feat...