Hi Tim,
following your recommendation, I create a new post.
I use AtmelStudio 6.1 and VisualMicro 1.1401.26. The structure of the solution is:
UF_TSNOS_1.ino main .ino file
Menus.ino a 2nd .ino file
CommTSN.ino the one I added today
I have a bug in CommTSN.ino, and this is the MicroBuild output:
Quote:Compiling 'UF_TSNOS_1' for 'Mega Pro 2560V 3.3V'
Build folder:
UF_TSNOS_1.ino:In function 'void SetVit()'
Menus.ino:4634: error: expected `;' before 'strcpy'
Error compiling
'void SetVit() is the right function in error, but it's located in CommTSN.ino , not in UF_TSNOS_1.ino.
The line after correctly state that ; is missing before strcpy, but again it tells the wrong file name.
If I double-click on the next to the last line, I am brought to Menus.ino.
I saved the solution, closed it, re opened it, but no cure.
I remember that when I added Menus.ico last week, I had similar issues, that went away by themselves

.
There is no big deal, I can easily find out where is the bug. I just wanted to give some details as to what is going on.
Thanks