I'm trying to remove the vestiges of Visual SourceSafe (VSS) from an old code base I have on my PC. (The back-end server where the VSS database was kept is long since gone.) I had thought all I had to do was delete all of the files with extensions of .scc and .vssscc. Then I tried to create a local Git repo where the Visual Studio project was in. I tried opening the project with Visual Studio 2019, but got this error:
Is this error/warning that VS is informing me of from some other old file associated with VSS that I failed to remove? I certainly don't have a plug-in in VS 2019 for VSS, so that would make some sense. I'm just trying to make sense of this warning and what I'm supposed to do about it.