DadEE:
- made sure that the TimeAlarm.cpp and TimeAlarm.h files are in my “Libraries” folder for Arduino, not nested in other folders.
- They should be in the "libraries" directory
- They should be in a directory in the "libraries" directory named "TimeAlarm"
So it should be
sketchbook
--<other sketches>
--libraries
----TimeAlarm
------TimeAlarm.h
------TimeAlarm.cpp
----<other libraries>