Program cant compile when the project folder is in my google file stream

  • Thread starter Thread starter nusko
  • Start date Start date
N

nusko

Guest
I am trying to compile a very simple c++ program using visual studio 2019. My project files are in a folder thats located in my google drive file stream (basically a folder that gets synced on multiple computers). Everytime i compile my program, i get this error :

G:\My Drive\Inf147\Exercice 2\Exercice 2\Numero3.c: fatal error C1033: cannot open program database 'G:\My Drive\Inf147\Exercice 2\Exercice 2\Exercice 2\x64\Debug\vc142.idb'

Ive tryed creating a new project outsite of the google drive folder and it compiled with 0 errors. Also ive tryed to delete the file in question and recompile but I didn't work.

I would greatly appreciate some help with this issue, I searched online but couldn't find a solution so im asking this here.

Thank you

Continue reading...
 
Back
Top