Before logging an issue, please update to the latest release of Visual Micro from the Downloads Page.

When Logging a Support Issue in the Forum, please ensure you have also:-

  • Enabled vMicro > Compiler > Show Build Properties
  • Re-Compile your program with these settings enabled
 
Save the new Output to a Text File and....
  • Click the Reply button and attach as .txt file OR
  • Click here to Email us with the file attached, and a link to your post
Support requests without the output above may be impossible to answer, so please help us to help you
 
Page Index Toggle Pages: 1 Send TopicPrint
Normal Topic vMicro 2024.102.1903 arduino.h: No such file or directory (Read 1229 times)
kbssa
Newbies
*
Offline


Posts: 2
Joined: Jan 6th, 2021
vMicro 2024.102.1903 arduino.h: No such file or directory
Jan 16th, 2024 at 1:20pm
Print Post  
After I updated the vMicro for VS2019 to the lastest version I got the error below for any code for esp32 when I click compile (Ctrl+Shift+B), but when i click Start without Debugging (Ctrl+F5) everything works as it should.

fatal error: arduino.h: No such file or directory
   #include <arduino.h>
   ^~~~~~~~~~~
  

Please Register or Login to the Forum to see File Attachments
Back to top
 
IP Logged
 
kbssa
Newbies
*
Offline


Posts: 2
Joined: Jan 6th, 2021
Re: vMicro 2024.102.1903 arduino.h: No such file or directory
Reply #1 - Jan 16th, 2024 at 1:25pm
Print Post  
This is the Build Properties when using Start without Debugging (Ctrl+F5).
  

Please Register or Login to the Forum to see File Attachments
Back to top
 
IP Logged
 
Simon@Visual Micro
Administrator
*****
Offline


Posts: 2709
Joined: Feb 13th, 2019
Re: vMicro 2024.102.1903 arduino.h: No such file or directory
Reply #2 - Jan 17th, 2024 at 12:12pm
Print Post  
Thanks for the report.

From the logging it seems to be the vMicro Serial Debugger causing the command line limit to be exceeded, and when it tries to shorten it there is an issue.

We are currently trying to reproduce this, and will update when we have any further questions or information.

For now you can disable the Serial Debugger by changing the Build Configuration to "Release", which will prevent the issue occurring when compiling with the normal Build or Build & Upload buttons.
  
Back to top
IP Logged
 
Tim@Visual Micro
Administrator
*****
Offline


Posts: 12191
Location: United Kingdom
Joined: Apr 10th, 2010
Re: vMicro 2024.102.1903 arduino.h: No such file or directory
Reply #3 - Jan 29th, 2024 at 10:29pm
Print Post  
Off-Topic replies have been moved to this Topic.
  
Back to top
IP Logged
 
Page Index Toggle Pages: 1
Send TopicPrint