Ok, I figured it out. If someone wants to build libDaisy the “traditional” way, from inside Visual Studio, like I’ve been doing since its inception… don’t ! DaisySP works that way, libDaisy doesn’t.
The Github files https://github.com/electro-smith/libDaisy/blob/master/libdaisy.vcxproj.filters
and https://github.com/electro-smith/libDaisy/blob/master/libdaisy.vcxproj have big issues that will lead to build errors. Things like includes that don’t exist
ClCompile Include=“src\hid\midi.cpp”
ClCompile Include=“src\hid\oled_display.cpp”
Also, lots of .h and .cpp files that have to be included in the project manually. And a few other things…
Instead, install Git for Windows and run Git bash from the DaisyExamples folder
$ bash ./ci/build_examples.sh