Error BC2008 no input sources specified
I have same problem as in this question:
Except I'm upgrading from VS2013 to VS2019. It seems that it is no longer possible to have a VB class library project containing no Vb Source code files. The accepted answer seems like a bit of a hack (just include a dummy source code file for it to play with).
I am sure there must be a better solution. Perhaps some way to amend the project file so that I can include 'content' files but without actually having anything that needs compiling?
Any suggestions appreciated.