These are my first experiment with Visual Micro after the installation and registration of the license.
I had some problems with my project, problems not related the Visual Micro, and some visualization problems related the intellisense.
For this reason I have started a new project by selecting the "Blink Led Example" from the projects window.
The build and upload works fine, the led blink
My question is related the intellisense that marks the arduino instructions as unknown.
I have set some settings as explained in the main page of the Visual Micro home page wihtou success.
If I press F12 to go to the definition of the 'pinMode', for example, the VS is able to open the Arduino.h e show the definition of the method.
There are some additional settings to do?
I'm using "Visual Studio 2017 Enterprise", the selected, and used, board is an Arduino Uno and the code is exactly the code created from the 'Projects' page of Visual Studio (Blink Led Example, I have changed only the number of the digital output from 13 to 2 where I have a led).