Unfortunately, there appear to be two header files that are missing. I cannot find them in the main tree or in the forked repository:
1>------ Build started: Project: glyphy, Configuration: Release x64 ------
1>C:\Program Files (x86)\MSBuild\Microsoft.Cpp\v4.0\V140\Microsoft.CppBuild.targets(392,5): warning MSB8028: The intermediate directory (x64\Release\) contains files shared from another project (glyphy-demo.vcxproj). This can lead to incorrect clean and rebuild behavior.
1> glyphy-shaders.cc
1>..\src\glyphy-shaders.cc(32): fatal error C1083: Cannot open include file: 'glyphy-common-glsl.h': No such file or directory2>------ Build started: Project: glyphy-demo, Configuration: Release x64 ------
2>C:\Program Files (x86)\MSBuild\Microsoft.Cpp\v4.0\V140\Microsoft.CppBuild.targets(392,5): warning MSB8028: The intermediate directory (x64\Release\) contains files shared from another project (glyphy.vcxproj). This can lead to incorrect clean and rebuild behavior.
2> demo-shader.cc
2>..\demo\demo-shader.cc(25): fatal error C1083: Cannot open include file: 'demo-atlas-glsl.h': No such file or directory2> demo-view.cc
2>..\demo\demo-view.cc(126): warning C4305: '=': truncation from 'double' to 'float'
2>..\demo\demo-view.cc(190): warning C4244: 'argument': conversion from 'double' to 'float', possible loss of data
2>..\demo\demo-view.cc(191): warning C4244: 'argument': conversion from 'double' to 'float', possible loss of data
2>..\demo\demo-view.cc(199): warning C4244: 'argument': conversion from 'double' to 'float', possible loss of data
2>..\demo\demo-view.cc(200): warning C4244: 'argument': conversion from 'double' to 'float', possible loss of data
2>..\demo\demo-view.cc(559): warning C4244: 'argument': conversion from 'double' to 'float', possible loss of data
2>..\demo\demo-view.cc(570): warning C4244: '=': conversion from 'double' to 'float', possible loss of data
2>..\demo\demo-view.cc(635): warning C4244: 'argument': conversion from 'double' to 'float', possible loss of data
2>..\demo\demo-view.cc(639): warning C4244: 'argument': conversion from 'double' to 'float', possible loss of data
========== Build: 0 succeeded, 2 failed, 0 up-to-date, 0 skipped ==========