Click here to Skip to main content
15,892,059 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
Every time I get a compiler error the path is prepended by /wingdb/0/, as a result Visual Studio cannot jump to the source coed. How do I fix that ?

<b></b>
example :
g++ -c -xc++ -std=c++0x -std=c++11 ... test.cpp -o obj/test_opt.o
/wingdb/0//home/alex/work/svn/a/g/C/test/test.h(9): included by:
Posted

1 solution

You can look into:
- the settings
- the makefile
- the PATH variable
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900