Could not link with glfw on windows

Is this the full list of warnings and errors from the linking, or do you also see LNK4098 or LNK4286 warnings?

It could be that you have compiled GLFW with one run-time library and are linking with another. See:

and forum post answer:

Using Clang to compile on Windows via the command line is fairly advanced. If you want to get up and running quickly with a basic example try: