I initially cloned the repo into (for example):
Q:\Source\github\microsoft\Attestation-Client-Samples
And with that path, I get build failures that appear to be related to hitting 'long path' problems. Infact, cloning into:
Q:\Attestation-Client-Samples
I also hit problems. It wasn't until I ran "subst m: Q:\Source\github\microsoft\Attestation-Client-Samples" and built from "m:" (using CMake) that I could successfully build. Unfortunately, if I try and open the "m:" folder in Visual Studio (17.12), it doesn't open the solution - that appears to be a bug in Visual Studio.