I didn't use a makefile or template (you have some junk in there). I assume you have xc16 installed.
I just created a new project -> next
standalone next
device dsPic30f4011 next
pickit2 (or whatever) next
xc16 next
project name: psinduction (or whatever) finish
To add the files (without learning git, though you probably should at some point), you can just unzip the attachment in
this post to disk, then
right click on "source files"
add existing items from folders
"add folder"
browse to /home/p-hack/ACInductionController (or whatever location you unzipped them to)
"add"
to build, click on run -> clean and build.