I’m recently trying to run c++ code in vs-code but when i write first header files #include<iostream>
i got an error:
#include errors detected based on information provided by the configurationProvider setting. Squiggles are disabled for this translation unit (C:UsersPradeep Mauryacpp codedemofirstprogram.cpp).C/C++(1696)
cannot open source file "iostream"C/C++(1696)
Don’t know why this happen, but try multiple ways to solve this using help from multiple sources but nothing works for me.[error flash](https://i.sstatic.net/irMng6j8.png)
Help me to solve this issue and thanks.
I have tried to solve this issue as multiple people posting solution but that not work for me. I also multiple time delete previous files(vs code or mingw) & reinstall both as the steps but still d’not work.
c_cpp_properties.json :
c_cpp_properties.json
Pradeep Maurya is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
12