Hello ,
I was trying to include the Serial.h file in a custom c++ class but I keep getting this error.
Error C1083 Cannot open include file: ‘Serial.h’: No such file or directory
I did make sure to add the path of the header file to my VC++ Directories include directories.in my project properties. Unfortunately Visual Studio still can’t find the header file.
I am using the latest version of UE4Duino.
Any help would be appreciated. Thank you and have a nice day.