I am going through this tutorial (https://docs.microsoft.com/en-us/ef/ef6/fundamentals/databinding/winforms) but under the section "Bind Object to Controls" I can not select the data object in the Data Source Configuration Wizard. The according
objects are missing in the list. I am using Windows 10 and
Microsoft Visual Studio Community 2019
Version 16.5.5
VisualStudio.16.Release/16.5.5+30104.148
Microsoft .NET Framework
Version 4.8.03752
It might be helpful to mention that the file ProductModel.cs is empty. If I delete it and re-run ProductModel.tt it is recreated but still empty. ObservableListSource.cs is created an the according changes to ProductModel.tt have been done.