A
AngryBinary
Guest
Hi,
I'm running Windows 10 with WSL and Ubuntu 18.04.
Microsoft Visual Studio Comunity v15.9.9
At fisrt I could compile at all. I did get errors about missing header files. After adding \Program Files (x86)\Microsoft Visual Studio\2017\Community\Common7\IDE\VC\Linux\include path to include directories project is buils without error.
Remaining problem is that autocomplete doesn't work and editor still complains that it cannot open source files.
https://social.msdn.microsoft.com/Forums/getfile/1415282
Any ideas what might be wrong with my setup?
EDIT: I found solution to above issue.
In C:\Users\[UserName]\AppData\Local\Microsoft\Linux\HeaderCache\1.0\1461129730
settings.xml.unused renamed to settings.xml. Changed sync method to <syncMethod>sftp_ssh</syncMethod> and updated headers. Problem described above is resolved.
Continue reading...
I'm running Windows 10 with WSL and Ubuntu 18.04.
Microsoft Visual Studio Comunity v15.9.9
At fisrt I could compile at all. I did get errors about missing header files. After adding \Program Files (x86)\Microsoft Visual Studio\2017\Community\Common7\IDE\VC\Linux\include path to include directories project is buils without error.
Remaining problem is that autocomplete doesn't work and editor still complains that it cannot open source files.
https://social.msdn.microsoft.com/Forums/getfile/1415282
Any ideas what might be wrong with my setup?
EDIT: I found solution to above issue.
In C:\Users\[UserName]\AppData\Local\Microsoft\Linux\HeaderCache\1.0\1461129730
settings.xml.unused renamed to settings.xml. Changed sync method to <syncMethod>sftp_ssh</syncMethod> and updated headers. Problem described above is resolved.
Continue reading...