E. Kizer - 2018-10-14

I tried and tried with MPLAB X.  Sometimes it worked, other times not.I Found this article while researching the problems;http://picprojects.org.uk/projects/mplab/mplabhowto.htmI downloaded MPLAB IDE v8.91
Using Project>Quickbuild was so easy.
There will be errors.  It won't find spbrgselect.inc in your project folder.To fix it do this.
In your template change this line from;#include "../spbrgselect.inc"To;#include "spbrgselect.inc"And it will find the file.I also found syntax errors with the config fuses.You can find the proper syntax by looking at your chips ".inc" file here;C:\program files\microchip\MPASM Suite\ Search down the list of files for the MCU you're developing for and open it in notepad.At the very bottom of the file will be all the proper syntax for each config you might need.