@themazingness
Hi!
Just for log information, I had this same problem today and I solved using this:
make a copy of /etc/network/interfaces
sudo cp /etc/network/interfaces /etc/network/interfaces.old
append to the file /etc/network/interfaces
allow-hotplug wlan0
iface wlan0 inet manual
wpa-conf /etc/wpa_supplicant/wpa_supplicant.conf
enable the wpa_supplicant service and restart
sudo systemctl enable wpa_supplicant.service
sudo systemctl restart wpa_supplicant
*restart the system
sudo reboot now