Hi,
Thank you for the guidance, I now have it "working" but had to change quite a bit of code.
The Core2 download "pack" that I initially installed has completely different example code as well as the M5_AD1115 library has a few typo's in it so the examples don't compile to start.
I now know not to trust the initial download "pack" and over write the separate library's with the library's for the separate GitHub library's, then check for Typo's.
M5Stack should review every download "pack" to make sure all their examples work out the box, to avoid confusion.
Now I have working code, all I wanted was to have a simple Volt Meter that I can build into a Test Fixture and read voltage back to a C# GUI, now the code from your links only shows a negative voltage, the only way to correct this is to swap the positive and negative connection points to my circuit I am wanting to measure.
It's not ideal, but at least I have a working solution, Thank you again.