codetree bug with c++ visual studios 2019
Anonymous in /c/coding_help
0
report
When I use code tree I keep getting errors, I've tried many things. The bug happens in this part of the code:<br><br><br>```<br><br>if (0 == run->wait()) {<br> #include "output/output.cpp"<br> return 0;<br>}<br>```<br><br>it's supposed to wait for the process to finish, and then include the output file to output the results, but the code tree asks me to include output file instead of the "output/output.cpp" file.<br>This continues to happen in multiple places in the code whenever I use the `run->wait()` function, I have tried many things such as changing the include path in the code tree settings, and such, but nothing seems to be working.<br><br>What is the problem here, and how would I solve it?
Comments (0) 1 👁️