[youtube]tARZPOHvxyM[/youtube]
Apparently commented out code can still cause errors.
Wrapping it in a multi-line comment fixes it tho: http://prntscr.com/5p24zo


Xavyiy wrote:Something similar happened to me some months ago at work.
The problem was a copy-pasted code from an internal website, that somehow included some hidden(non visible) & non-valid characters, driving crazy the compiler.
Try to copy-paste your code to a new notepad document, remove the file, re-recreate it and finally copy-paste the code from notepad. It worked for me, after some minutes of "WTF is going on here".
Cheers!

Me too! Note to self, never copy & paste code! Still do it thoughKlaim wrote:Xavyiy wrote:Something similar happened to me some months ago at work.
The problem was a copy-pasted code from an internal website, that somehow included some hidden(non visible) & non-valid characters, driving crazy the compiler.
Try to copy-paste your code to a new notepad document, remove the file, re-recreate it and finally copy-paste the code from notepad. It worked for me, after some minutes of "WTF is going on here".
Cheers!
Ah yes I got something similar at some point.
