I'm trying to port an existing linux project that's currently being coded in terminals into visual studio 2015 as a "Console Application (linux)" since IDE's would be verry much helpfull for my team.
The problem is that I cannot compile remotely:
1>C:\Program Files (x86)\MSBuild\Microsoft.Cpp\v4.0\V140\Application Type\Linux\1.0\Linux.Common.targets(259,5): error : Illegal characters in path.
I opened the file, and it is one that's created by visual studio.
this is exactly what's at line 259:
<Ld Condition="'@(RemoteLink)' != ''"
To me it doesn't like there's anything wrong with it.
What am I missing?