I need to import a (large) existing Arduino project (single INO file) from it's home in Arduino IDE 1.8.16 into Atmel Studio 7, bringing along whatever (standard) Arduino library/support files are necessary to build the project in Atmel Studio 7.0.2542
I started out as follows:
File -> New Project
choose "Create project from Arduino sketch"
Change name and folder as needed
New dialog box "Create C++ project from Arduino sketch"
Supply sketch file name/path
Confirm Arduino IDE path
Board is "Arduino Uno" (correct for this project)
Device is correct for this project
Click "OK"
After a few moments, I encounter:
Failed to import Arduino sketch. 'NoneType' object has no attribute 'token_type'
Can this error be narrowed down (i.e., to where the error was encountered)?
The INO project file builds properly under Arduino IDE 1.8.16, and has not been modified since, however, it is quite large and I clearly need some help to focus my troubleshooting!
Thanks very much for any advice.