Here are these steps:
Install java first:
go to https://java.com/en/download/ or http://www.oracle.com/technetwork/java/javase/downloads/jdk9-downloads-3848520.html. Download the install file (*.exe) and run it as administrator
Install OXYGEN version eclipse:
Follow 5 Steps to Install Eclipse on https://www.eclipse.org/downloads/eclipse-packages/?show_instructions=TRUE
If it does not work, you need to install another version of java JRE or JDK.
You may get notice shown below:
Unfortunately the Java version needed to run Eclipse Installer couldn't be found on your system. You need the following version or a higher version.
http://www.oracle.com/technetwork/java/javase/downloads/jdk9-downloads-3848520.html
Install compiler:
Download MinGW from http://www.mingw.org/wiki/Install_MinGW and install and setup by following https://www.youtube.com/watch?v=sXW2VLrQ3Bs or https://youtu.be/DamuE8TM3xo (which depends on which version of MinGW you donwload.)
Click Basic Setup (Left panel) -> choose packages as below (Right window) -> click installation -> click apply changes

Setup compiler on eclipse:
You may try altering toolchain in case if for some reason you can't use gcc. Open Properties for your project (by right clicking on your project name in the Project Explorer), then C/C++ Build > Tool Chain Editor. You can change the current builder there from GNU Make Builder to CDT Internal Builder or whatever compatible you have.


OR:
To make MinGW GCC compiler as default or change you original project with error "Program “make” not found in PATH" or "launch failed binary not found eclipse c++" when you trying to run program simply go to Project >> Preferences >> C\C++ Build >> Tool Chain Editor >> Change Current toolchain to MinGW GCC
OR:
visit https://stackoverflow.com/questions/11579135/program-make-not-found-in-path for your case
Reference: https://wiki.eclipse.org/Eclipse/Installation
Hi Paul:
I am sorry to hear your news, would you please use Eclipse as your IDE and compile it by gcc? http://prllab.wixsite.com/prl-lab-en-prgcl/forum/welcome-to-programming/compile-c-coding-without-ide?
Regards
Mike