Every (or almost every) file and folder has an unprintable unicode character in the name.. 0x2002 {en space}
I tried to make a sln file for the root of this zip file since each listing has just a few lines of code and it's ridiculous to open every one as a new instance of VS or re-open multiple ones since it takes so long.. but VS was claiming it couldn't find the files because of that character..
I wrote a program to rename all the folders and files recursively to remove it and it worked fine after that, but take out the special unprintable unicode space character, there's no need for it in the filenames. It just causes confusion.