I have recently install CLion on Windows 10 Professional, and I need to get Cygwin 2.5.2 to work with it. I have done all the steps listed in this answer, but nothing seems to be working. I have installed Cygwin with gcc, g++ and make, and referenced that in CLion.
Below is my Cygwin \bin\ folder, with the compilers selected.
I am also aware that you need to add Cygwin path\bin to the environment variable, PATH, which I have done:
However CLion still fails to recognize anything in the bin folder:
Why could this be?


