feline
Whole Tomato Software
United Kingdom
19020 Posts |
Posted - Nov 11 2022 : 12:32:38 PM
|
Does your code currently compile? Code Inspection does, to a degree, assume you have valid code, so if the code is very much a work in progress this could be part of the problem.
Are you working in a cpp file or a header file here? Is the file part of your solution or part of a 3rd party library, so something inside of a stable include directory?
Is this problem file specific, or is it happening in all files?
For logging, first clear out your %TEMP% folder to make it easier to find new files. Now load the IDE, and load a code file OTHER than the problem file, assuming you have any files where it works. Now enable VA logging via:
VA Options -> Performance -> Enable logging
then open / switch to the problem file. Let VA Code Inspection report parsing failed, then close the IDE to stop the log files growing any larger. I am interested in the files:
%TEMP%\VaCodeInspections.log %TEMP%\VaCodeInspections_server.log
hopefully this will offer some clues. |
zen is the art of being at one with the two'ness |
|
|