This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 268418

Summary: Unable to REsolve Identifiers after Windows 10 update
Product: cnd Reporter: navyman
Component: Code ModelAssignee: Vladimir Kvashin <vkvashin>
Status: NEW ---    
Severity: normal    
Priority: P3    
Version: 8.1   
Hardware: PC   
OS: Windows 10 x64   
Issue Type: DEFECT Exception Reporter:
Attachments: false errors vs no errors

Description navyman 2016-10-08 13:59:03 UTC
Created attachment 162402 [details]
false errors vs no errors

I just received a Windows 10 update (My settings show Version 1607, OS Build 14393.222). Yesterday when I closed NetBeans, my C++ program showed no syntax errors. However, after the update and opening, just about every identifier was inexplicably throwing a 'unable to resolve identifier error', that I couldn't resolve. What's more is that some of the debugging highlight features were acting very strangely, for example showing half of an identifier in light-blue text (reserved word) and the rest of it in plain black text. It simply doesn't make sense.
To fix, I opened a new project, copied an pasted the program into the new project, and all of the errors magically disappeared. At this time, I currently have one instance of NetBeans open, with two C++ projects open with exactly identical code, one of which is throwing errors and the other which has no errors. Screenshots attached.